Delegate OperationFeedbackEventHandler
Represents the method that will handle the OperationFeedbackEvent event of certain classes.
Assembly: Syncfusion.Shared.Base.dll
Syntax
public delegate void OperationFeedbackEventHandler(object sender, OperationFeedbackEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The source of the event.
|
OperationFeedbackEventArgs |
e |
An OperationFeedbackEventArgs object that
contains the event data.
|
Constructors
OperationFeedbackEventHandler(Object, IntPtr)
Declaration
public OperationFeedbackEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, OperationFeedbackEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OperationFeedbackEventArgs 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, OperationFeedbackEventArgs)
Declaration
public virtual void Invoke(object sender, OperationFeedbackEventArgs e)
Parameters