Partager via


Classe AddEventArgs

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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

Notes

Nouveau : 17 juillet 2006

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.