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