Class RadPropertyGridCancelEventArgs
Inheritance
System.Object
RadPropertyGridCancelEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPropertyGridCancelEventArgs : CancelEventArgs
Constructors
RadPropertyGridCancelEventArgs(PropertyGridItemBase)
Declaration
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item)
Parameters
PropertyGridItemBase
item
|
RadPropertyGridCancelEventArgs(PropertyGridItemBase, Boolean)
Declaration
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item, bool cancel)
Parameters
PropertyGridItemBase
item
|
System.Boolean
cancel
|