Class GridDoubleTappedEventHandler
Inheritance
System.Object
GridDoubleTappedEventHandler
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class GridDoubleTappedEventHandler : MulticastDelegate
Constructors
GridDoubleTappedEventHandler(Object, IntPtr)
Declaration
public GridDoubleTappedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridDoubleTappedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridDoubleTappedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridDoubleTappedEventArgs)
Declaration
public virtual void Invoke(object sender, GridDoubleTappedEventArgs e)
Parameters