Click or drag to resize

MessageBoxEventArgs Constructor

Overload List
  NameDescription
Public methodMessageBoxEventArgs
Initializes a new instance of the MessageBoxEventArgs class.
Public methodMessageBoxEventArgs(DialogResult, String)
Initializes a new instance of the MessageBoxEventArgs class with the specified result and a string that represent the pressed button.
Public methodMessageBoxEventArgs(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.
Public methodMessageBoxEventArgs(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.
Top
See Also