New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for events that cen be canceled.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridCellInfoCancelEventArgs : VirtualGridCellInfoEventArgs

Inheritance: objectEventArgsVirtualGridCellInfoEventArgsVirtualGridCellInfoCancelEventArgs

Inherited Members VirtualGridCellInfoEventArgs.CellInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridCellInfoCancelEventArgs class.

C#
public VirtualGridCellInfoCancelEventArgs(VirtualGridCellInfo cellInfo)
Parameters:cellInfoVirtualGridCellInfo

The cell info.

Properties

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

C#
public bool Cancel { get; set; }