[]
Represents a method that can handle a long operation event.
public delegate void LongOperationEventHandler(object sender, LongOperationEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| LongOperationEventArgs | e | A LongOperationEventArgs that contains event data. |
| Name | Description |
|---|---|
| LongOperationEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, LongOperationEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, LongOperationEventArgs) |