Class EndResetEventHandler
Event handler for the EndResetEvent.
Inheritance
System.Object
EndResetEventHandler
Assembly: Syncfusion.SfImageEditor.UWP.dll
Syntax
public sealed class EndResetEventHandler : MulticastDelegate
Constructors
EndResetEventHandler(Object, IntPtr)
Declaration
public EndResetEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, EndResetEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, EndResetEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EndResetEventArgs |
args |
|
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, EndResetEventArgs)
Declaration
public virtual void Invoke(object sender, EndResetEventArgs args)
Parameters
Extension Methods