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 Virtual
Declaration
public VirtualGridSelectionChangingEventArgs(VirtualGridSelectionAction selectionAction, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
Virtual The selection action. |
System. Index of the row. |
System. Index of the column. |
Virtual 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.
|
SelectionAction
Gets the selection action that triggered the change.
Declaration
public VirtualGridSelectionAction SelectionAction { get; }