QuestionEventArgs 构造函数

定义

初始化 QuestionEventArgs 类的新实例。

重载

QuestionEventArgs()

使用 false 默认 QuestionEventArgs 属性值初始化 Response 类的新实例。

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)

参数

response
Boolean

Response 属性的默认值。

另请参阅

适用于