| Visual Basic (Declaration) | |
|---|---|
Public Event StateChanged As TileStateChangedEventHandler | |
| C# | |
|---|---|
public event TileStateChangedEventHandler StateChanged | |
The event handler receives an argument of type TileStateChangedEventArgs containing data related to this event. The following TileStateChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| OldState | Gets the previous state of the UltraTile before the state had changed. |
| Tile (Inherited from Infragistics.Win.Misc.TileEventArgs) | Gets the UltraTile associated with the event. |