ClassRadPropertyGridCancelEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPropertyGridCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPropertyGridCancelEventArgs
Derived Classes:
Inherited Members
Constructors
RadPropertyGridCancelEventArgs(PropertyGridItemBase)
Declaration
cs-api-definition
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item)
Parameters
item
RadPropertyGridCancelEventArgs(PropertyGridItemBase, bool)
Declaration
cs-api-definition
public RadPropertyGridCancelEventArgs(PropertyGridItemBase item, bool cancel)
Parameters
item
cancel
Properties
Item
Declaration
cs-api-definition
public PropertyGridItemBase Item { get; }
Property Value