QuestionEventArgs Constructors

Definition

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 false.

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)

Parameters

response
Boolean

The default value of the Response property.

See also

Applies to