Condividi tramite


Classe EnableEventArgs

Provides data for the EnableAltDesignerChanged event.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.ReportingServices.Interfaces..::..EnableEventArgs

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Sintassi

'Dichiarazione
Public Class EnableEventArgs _
    Inherits EventArgs
'Utilizzo
Dim instance As EnableEventArgs
public class EnableEventArgs : EventArgs
public ref class EnableEventArgs : public EventArgs
type EnableEventArgs =  
    class
        inherit EventArgs
    end
public class EnableEventArgs extends EventArgs

Nel tipo EnableEventArgs sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EnableEventArgs Initializes a new instance of the EnableEventArgs class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Enabled Indicates whether an IQueryDesigner should be enabled.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.