MessageBoxEventArgs Constructor |
| Name | Description | |
|---|---|---|
| MessageBoxEventArgs |
Initializes a new instance of the MessageBoxEventArgs class.
| |
| MessageBoxEventArgs(DialogResult, String) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result and a string that represent the pressed button.
| |
| MessageBoxEventArgs(DialogResult, String, Object) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
| |
| MessageBoxEventArgs(DialogResult, String, Object, Boolean) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
|