Infragistics(R) NetAdvantage(R) Windows Forms
StateChanged Event
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraTile Class : StateChanged Event

Occurs when the State of the UltraTile has changed.

Syntax

Visual Basic (Declaration) 
Public Event StateChanged As TileStateChangedEventHandler
C# 
public event TileStateChangedEventHandler StateChanged

Event Data

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.

PropertyDescription
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.

See Also