QuestionEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 QuestionEventArgs 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| QuestionEventArgs() |
使用默认QuestionEventArgs属性值Response初始化类的新实例 |
| QuestionEventArgs(Boolean) |
使用属性的指定默认值QuestionEventArgs初始化类的新实例Response。 |
QuestionEventArgs()
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
使用默认QuestionEventArgs属性值Response初始化类的新实例false。
public:
QuestionEventArgs();
public QuestionEventArgs();
Public Sub New ()
另请参阅
适用于
QuestionEventArgs(Boolean)
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
- Source:
- QuestionEventArgs.cs
使用属性的指定默认值QuestionEventArgs初始化类的新实例Response。
public:
QuestionEventArgs(bool response);
public QuestionEventArgs(bool response);
new System.Windows.Forms.QuestionEventArgs : bool -> System.Windows.Forms.QuestionEventArgs
Public Sub New (response As Boolean)