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