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