[]
The delegate for the OptionsDialogOpening event.
public delegate void OptionsDialogOpeningEventHandler(object sender, OptionsDialogOpeningEventArgs e)
Public Delegate Sub OptionsDialogOpeningEventHandler(sender As Object, e As OptionsDialogOpeningEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | The delegate for the event. |
| OptionsDialogOpeningEventArgs | e | The delegate for the event. |
| Name | Description |
|---|---|
| OptionsDialogOpeningEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, OptionsDialogOpeningEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, OptionsDialogOpeningEventArgs) |