Delegate LongOperationEventHandler
Represents the method that will handle the events, connected with long operations.
Assembly: Syncfusion.Edit.Windows.dll
public delegate void LongOperationEventHandler(ILongOperation operation);
Parameters
Constructors
Declaration
public LongOperationEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ILongOperation operation, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
ILongOperation |
operation |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(ILongOperation operation)
Parameters