Class
VirtualGridCellInfoCancelEventArgs

Provides data for events that cen be canceled.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridCellInfoCancelEventArgs : VirtualGridCellInfoEventArgs

Inheritance: objectEventArgsVirtualGridCellInfoEventArgsVirtualGridCellInfoCancelEventArgs

Inherited Members VirtualGridCellInfoEventArgs.CellInfoEventArgs.Empty

Constructors

VirtualGridCellInfoCancelEventArgs(VirtualGridCellInfo)

Initializes a new instance of the VirtualGridCellInfoCancelEventArgs class.

Declaration

cs-api-definition
public VirtualGridCellInfoCancelEventArgs(VirtualGridCellInfo cellInfo)

Parameters

cellInfo

VirtualGridCellInfo

The cell 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