The following tables list the members exposed by TileSelectionChangingEventArgs.
| Name | Description | |
|---|---|---|
![]() | TileSelectionChangingEventArgs Constructor | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Action | (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs) |
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | NewSelection | Returns 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. |
![]() | PreviousSelection | Returns an enumerable list containing the tiles which were selected at the time this change was applied. |
![]() | Select | Returns true if the tile is being selected, or false if it is being deselected. |
![]() | Tile | Returns a reference to the tile whose selected state is changing, or null if the existing selection is being cleared. |