Class GroupChangingEventHandler
Inheritance
System.Object
GroupChangingEventHandler
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class GroupChangingEventHandler : MulticastDelegate
Constructors
GroupChangingEventHandler(Object, IntPtr)
Declaration
public GroupChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GroupChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GroupChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GroupChangingEventArgs |
e |
|
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, GroupChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GroupChangingEventArgs e)
Parameters