QuestionEventArgs Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av QuestionEventArgs klassen.
Överlagringar
| Name | Description |
|---|---|
| QuestionEventArgs() |
Initierar en ny instans av klassen med hjälp av QuestionEventArgs standardegenskapsvärdet Response |
| 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)