Udostępnij za pośrednictwem


Konstruktor EnableEventArgs

Inicjuje nowe wystąpienie EnableEventArgs klasy

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestaw:  Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)

Składnia

'Deklaracja
Public Sub New ( _
    fEnabled As Boolean _
)
'Użycie
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
)

Parametry