Delegate PropertyGridItemFormattingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridItemFormattingEventHandler(object sender, PropertyGridItemFormattingEventArgs e);
Parameters
System.
|
Property
|
Constructors
PropertyGridItemFormattingEventHandler(Object, IntPtr)
Declaration
public PropertyGridItemFormattingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PropertyGridItemFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridItemFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Property
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, PropertyGridItemFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridItemFormattingEventArgs e)
Parameters
System.
|
Property
|