Class
RadPropertyGridCancelEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPropertyGridCancelEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPropertyGridCancelEventArgs

Derived Classes: PropertyGridContextMenuOpeningEventArgsPropertyGridItemEditingEventArgsPropertyGridItemValidatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPropertyGridCancelEventArgs(PropertyGridItemBase)

Declaration

cs-api-definition
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item)

Parameters

item

PropertyGridItemBase

RadPropertyGridCancelEventArgs(PropertyGridItemBase, bool)

Declaration

cs-api-definition
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item, bool cancel)

Parameters

item

PropertyGridItemBase

cancel

bool

Properties

Item

Declaration

cs-api-definition
public PropertyGridItemBase Item { get; }

Property Value

PropertyGridItemBase