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