Class GroupExpandingEventHandler
Inheritance
System.Object
GroupExpandingEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GroupExpandingEventHandler : MulticastDelegate
Constructors
GroupExpandingEventHandler(Object, IntPtr)
Declaration
public GroupExpandingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GroupExpandingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GroupExpandingEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GroupExpandingEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GroupExpandingEventArgs)
Declaration
public virtual void Invoke(object sender, GroupExpandingEventArgs args)
Parameters