Delegate
PropertyGridCustomGroupingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void PropertyGridCustomGroupingEventHandler(object sender, PropertyGridCustomGroupingEventArgs e)

Constructors

PropertyGridCustomGroupingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PropertyGridCustomGroupingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

PropertyGridCustomGroupingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, PropertyGridCustomGroupingEventArgs)

Declaration

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

Parameters

sender

object

e

PropertyGridCustomGroupingEventArgs