Version

TileSelectionChangingEventArgs Class Members

The following tables list the members exposed by TileSelectionChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileSelectionChangingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewSelectionReturns an enumerable list containing the tiles which will be selected if this change is allowed to take place, i.e., if the event is not canceled.  
Public PropertyPreviousSelectionReturns an enumerable list containing the tiles which were selected at the time this change was applied.  
Public PropertySelectReturns true if the tile is being selected, or false if it is being deselected.  
Public PropertyTileReturns a reference to the tile whose selected state is changing, or null if the existing selection is being cleared.  
See Also