[]
Represents the method that will handle the ShowDialog event.
public delegate void ShowDialogEventHandler(object sender, CancelEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Object that fired the event. |
CancelEventArgs | e | CancelEventArgs object that contains the event data. |
Name | Description |
---|---|
ShowDialogEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, CancelEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, CancelEventArgs) |