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