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