Condividi tramite


Classe AddEventArgs

Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.CollectionChangeEventArgs
      Microsoft.AnalysisServices.AddEventArgs

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AddEventArgs _
    Inherits CollectionChangeEventArgs
'Utilizzo
Dim instance As AddEventArgs
public sealed class AddEventArgs : CollectionChangeEventArgs
public ref class AddEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type AddEventArgs =  
    class 
        inherit CollectionChangeEventArgs 
    end
public final class AddEventArgs extends CollectionChangeEventArgs

Nel tipo AddEventArgs sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Element Returns data at a collection changed event. Ereditato da CollectionChangeEventArgs.
Proprietà pubblica Index Gets the number of arguments in the Add event.

In alto

Metodi

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

In alto

Osservazioni

Novità:   17 luglio 2006

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices