QuestionEventArgs Konstruktorer

Definition

Initierar en ny instans av QuestionEventArgs klassen.

Överlagringar

Name Description
QuestionEventArgs()

Initierar en ny instans av klassen med hjälp av QuestionEventArgs standardegenskapsvärdet Responsefalse.

QuestionEventArgs(Boolean)

Initierar en ny instans av QuestionEventArgs klassen med det angivna standardvärdet för Response egenskapen.

QuestionEventArgs()

Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs

Initierar en ny instans av klassen med hjälp av QuestionEventArgs standardegenskapsvärdet Responsefalse.

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

Se även

Gäller för

QuestionEventArgs(Boolean)

Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs
Källa:
QuestionEventArgs.cs

Initierar en ny instans av QuestionEventArgs klassen med det angivna standardvärdet för Response egenskapen.

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

Parametrar

response
Boolean

Standardvärdet för Response egenskapen.

Se även

Gäller för