Class CurrentChangingEventHandler
The delegate to use for handlers that receive the CurrentChanging event.
Inheritance
System.Object
CurrentChangingEventHandler
Assembly: Syncfusion.Data.Portable.dll
Syntax
public sealed class CurrentChangingEventHandler : MulticastDelegate
Constructors
CurrentChangingEventHandler(Object, IntPtr)
Declaration
public CurrentChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CurrentChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
Syncfusion.Data.CurrentChangingEventArgs |
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, CurrentChangingEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentChangingEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
Syncfusion.Data.CurrentChangingEventArgs |
e |
|