QuestionEventArgs Konstruktoren

Definition

Initialisiert eine neue Instanz der QuestionEventArgs-Klasse.

Überlädt

Name Beschreibung
QuestionEventArgs()

Initialisiert eine neue Instanz der QuestionEventArgs Klasse mithilfe eines Standardeigenschaftswerts Response von false.

QuestionEventArgs(Boolean)

Initialisiert eine neue Instanz der QuestionEventArgs Klasse mithilfe des angegebenen Standardwerts für die Response Eigenschaft.

QuestionEventArgs()

Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs

Initialisiert eine neue Instanz der QuestionEventArgs Klasse mithilfe eines Standardeigenschaftswerts Response von false.

public:
 QuestionEventArgs();
public QuestionEventArgs();
Public Sub New ()

Weitere Informationen

Gilt für:

QuestionEventArgs(Boolean)

Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs
Quelle:
QuestionEventArgs.cs

Initialisiert eine neue Instanz der QuestionEventArgs Klasse mithilfe des angegebenen Standardwerts für die Response Eigenschaft.

public:
 QuestionEventArgs(bool response);
public QuestionEventArgs(bool response);
new System.Windows.Forms.QuestionEventArgs : bool -> System.Windows.Forms.QuestionEventArgs
Public Sub New (response As Boolean)

Parameter

response
Boolean

Der Standardwert der Response Eigenschaft.

Weitere Informationen

Gilt für: