Class VirtualGridSelectionChangingEventArgs
Provides data for the SelectionChanging event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridSelectionChangingEventArgs : VirtualGridCellEventArgs
Constructors
VirtualGridSelectionChangingEventArgs(VirtualGridSelectionAction, Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridSelectionChangingEventArgs class.
Declaration
public VirtualGridSelectionChangingEventArgs(VirtualGridSelectionAction selectionAction, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
VirtualGridSelectionAction
selectionAction
The selection action. |
System.Int32
rowIndex
Index of the row. |
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
SelectionAction
Gets the selection action that triggered the change.
Declaration
public VirtualGridSelectionAction SelectionAction { get; }
Property Value
VirtualGridSelectionAction
|