Język

QuestionEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy QuestionEventArgs.

Przeciążenia

Nazwa Opis
QuestionEventArgs()

Inicjuje nowe wystąpienie QuestionEventArgs klasy przy użyciu domyślnej Response wartości falsewłaściwości .

QuestionEventArgs(Boolean)

Inicjuje nowe wystąpienie QuestionEventArgs klasy przy użyciu określonej wartości domyślnej Response dla właściwości.

QuestionEventArgs()

Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs

Inicjuje nowe wystąpienie QuestionEventArgs klasy przy użyciu domyślnej Response wartości falsewłaściwości .

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

Zobacz też

Dotyczy

QuestionEventArgs(Boolean)

Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs
Źródło:
QuestionEventArgs.cs

Inicjuje nowe wystąpienie QuestionEventArgs klasy przy użyciu określonej wartości domyślnej Response dla właściwości.

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

Parametry

response
Boolean

Wartość domyślna Response właściwości.

Zobacz też

Dotyczy