Partager via


Constructeur EnableEventArgs

Initializes a new instance of the EnableEventArgs class.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    fEnabled As Boolean _
)
'Utilisation
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
)

Paramètres