Class
VirtualGridSelectionChangingEventArgs

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 VirtualGridCellEventArgs.RowIndexVirtualGridCellEventArgs.ColumnIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

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

VirtualGridSelectionAction

The selection action.

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

viewInfo

VirtualGridViewInfo

The view info.

Properties

Cancel

Gets or sets a value indicating whether the event is canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

SelectionAction

Gets the selection action that triggered the change.

Declaration

cs-api-definition
public VirtualGridSelectionAction SelectionAction { get; }

Property Value

VirtualGridSelectionAction