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