EnableEventArgs 构造函数

Initializes a new instance of the EnableEventArgs class.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
Public Sub New ( _
    fEnabled As Boolean _
)
用法
Dim fEnabled As Boolean

Dim instance As New EnableEventArgs(fEnabled)
public EnableEventArgs(
    bool fEnabled
)
public:
EnableEventArgs(
    bool fEnabled
)
new : 
        fEnabled:bool -> EnableEventArgs
public function EnableEventArgs(
    fEnabled : boolean
)

参数