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