Version

TileStateChangedEventArgs Class Members

The following tables list the members exposed by TileStateChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileStateChangedEventArgs ConstructorInstantiates a new instance of TileStateChangedEventArgs  
Public Properties
 NameDescription
Public PropertyItemReturns the affected item (read-only). (Inherited from Infragistics.Controls.Layouts.TileEventArgs)
Public PropertyNewStateThe new state of the XamTile.  
Public PropertyOldStateThe old state of the XamTile.  
Public PropertyTileReturns the XamTile that is affected (read-only). (Inherited from Infragistics.Controls.Layouts.TileEventArgs)
See Also