Classe AddEventArgs

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AddEventArgs _
    Inherits CollectionChangeEventArgs
'Utilisation
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

Le type AddEventArgs expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Element Returns data at a collection changed event. (hérité de CollectionChangeEventArgs.)
Propriété publique Index Gets the number of arguments in the Add event.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Nouveau :   17 juillet 2006

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices