Version

SelectionChanging Event

Occurs before the Selection is modified.
Syntax
'Declaration
 
Public Event SelectionChanging As SelectionChangingHandler
public event SelectionChangingHandler SelectionChanging
Event Data

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

PropertyDescription
Action (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs) 
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
Cells Returns a collection which identifies the cells which will be selected if this event is not canceled.
Change Returns a value which describes the change being made to the selection.
ClearExisting Returns a boolean value indicating whether the existing selection will be cleared.
Columns Returns a collection which identifies the columns which will be selected if this event is not canceled.
Rows Returns a collection which identifies the rows which will be selected if this event is not canceled.
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