QuestionEventArgs 构造函数

定义

初始化 QuestionEventArgs 类的新实例。

重载

名称 说明
QuestionEventArgs()

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

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)

参数

response
Boolean

属性的 Response 默认值。

另请参阅

适用于