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