Version

TileSelectionChanging Event

Occurs before a tile selection changes.
Syntax
'Declaration
 
Public Event TileSelectionChanging As TileSelectionChangingHandler
public event TileSelectionChangingHandler TileSelectionChanging
Event Data

The event handler receives an argument of type TileSelectionChangingEventArgs containing data related to this event. The following TileSelectionChangingEventArgs properties provide information specific to this event.

PropertyDescription
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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also