QuestionEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the QuestionEventArgs class.
Overloads
QuestionEventArgs() |
Initializes a new instance of the QuestionEventArgs class using a default Response property value of |
QuestionEventArgs(Boolean) |
Initializes a new instance of the QuestionEventArgs class using the specified default value for the Response property. |
QuestionEventArgs()
Initializes a new instance of the QuestionEventArgs class using a default Response property value of false
.
public:
QuestionEventArgs();
public QuestionEventArgs ();
Public Sub New ()
See also
Applies to
QuestionEventArgs(Boolean)
Initializes a new instance of the QuestionEventArgs class using the specified default value for the Response property.
public:
QuestionEventArgs(bool response);
public QuestionEventArgs (bool response);
new System.Windows.Forms.QuestionEventArgs : bool -> System.Windows.Forms.QuestionEventArgs
Public Sub New (response As Boolean)