| Visual Basic (Declaration) | |
|---|---|
Public Event StateChanging As TileStateChangingEventHandler | |
| C# | |
|---|---|
public event TileStateChangingEventHandler StateChanging | |
The event handler receives an argument of type TileStateChangingEventArgs containing data related to this event. The following TileStateChangingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Gets or sets a value indicating whether the event should be canceled. | |
| NewState | Gets the previous state of the UltraTile before the state had changed. |
| ShouldAnimate | Gets or sets the value indicating whether the UltraTile should animate changing state. |
| Tile (Inherited from Infragistics.Win.Misc.TileCancelEventArgs) | Gets the UltraTile associated with the event. |