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