Version

TileSwappingEventArgs Class Members

The following tables list the members exposed by TileSwappingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileSwappingEventArgs ConstructorInstantiates a new instance of TileSwappingEventArgs  
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 PropertySwapIsExpandedWhenMinimizedGets/sets whether the Tile's IsExpandedWhenMinimized setting will be swapped with the TargetTile"s setting.  
Public PropertyTargetItemReturns the associated item of the TargetTile (read-only).  
Public PropertyTargetTileReturns the target of the swap (read-only).  
Public PropertyTileReturns the XamTile that is affected (read-only). (Inherited from Infragistics.Controls.Layouts.CancelableTileEventArgs)
See Also