Provides data for the SelectionChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridSelectionChangingEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridSelectionChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridSelectionChangingEventArgs class.
C#
public VirtualGridSelectionChangingEventArgs(VirtualGridSelectionAction selectionAction, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
The selection action.
rowIndexintIndex of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets a value indicating whether the event is canceled.
C#
public bool Cancel { get; set; }
Gets the selection action that triggered the change.
C#
public VirtualGridSelectionAction SelectionAction { get; }