Delegate
PropertyGridItemFormattingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void PropertyGridItemFormattingEventHandler(object sender, PropertyGridItemFormattingEventArgs e)

Constructors

PropertyGridItemFormattingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public PropertyGridItemFormattingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PropertyGridItemFormattingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridItemFormattingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PropertyGridItemFormattingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PropertyGridItemFormattingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PropertyGridItemFormattingEventArgs e)

Parameters

sender

object

e

PropertyGridItemFormattingEventArgs