Version

TileStateChangingEventArgs Class Members

The following tables list the members exposed by TileStateChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileStateChangingEventArgs ConstructorInstantiates a new instance of TileStateChangingEventArgs  
Public Properties
 NameDescription
Public PropertyCancelGets/sets whether this action should be cancelled. (Inherited from Infragistics.Controls.Layouts.CancelableTileEventArgs)
Public PropertyItemReturns the affected item (read-only). (Inherited from Infragistics.Controls.Layouts.CancelableTileEventArgs)
Public PropertyNewStateThe state that the XamTile is about to be changed to.  
Public PropertyTileReturns the XamTile that is affected (read-only). (Inherited from Infragistics.Controls.Layouts.CancelableTileEventArgs)
See Also