| Visual Basic (Declaration) | |
|---|---|
Public Event TileClosing As TileClosingEventHandler | |
| C# | |
|---|---|
public event TileClosingEventHandler TileClosing | |
The event handler receives an argument of type TileClosingEventArgs containing data related to this event. The following TileClosingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Gets or sets a value indicating whether the event should be canceled. | |
| Tile (Inherited from Infragistics.Win.Misc.TileCancelEventArgs) | Gets the UltraTile associated with the event. |