Delegate PropertyGridCustomGroupingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridCustomGroupingEventHandler(object sender, PropertyGridCustomGroupingEventArgs e);
Parameters
System.
|
Property
|
Constructors
PropertyGridCustomGroupingEventHandler(Object, IntPtr)
Declaration
public PropertyGridCustomGroupingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PropertyGridCustomGroupingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridCustomGroupingEventArgs 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, PropertyGridCustomGroupingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridCustomGroupingEventArgs e)
Parameters
System.
|
Property
|