DelegatePropertyGridItemFormattingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void PropertyGridItemFormattingEventHandler(object sender, PropertyGridItemFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, PropertyGridItemFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridItemFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
PropertyGridItemFormattingEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PropertyGridItemFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PropertyGridItemFormattingEventArgs e)
Parameters
sender
e