Classe CollectionChangeEventArgs

Provides data for the collection changed event.

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

Syntaxe

'Déclaration
Public MustInherit Class CollectionChangeEventArgs _
    Inherits EventArgs
'Utilisation
Dim instance As CollectionChangeEventArgs
public abstract class CollectionChangeEventArgs : EventArgs
public ref class CollectionChangeEventArgs abstract : public EventArgs
[<AbstractClassAttribute>]
type CollectionChangeEventArgs =  
    class
        inherit EventArgs
    end
public abstract class CollectionChangeEventArgs extends EventArgs

Notes

Nouveau : 17 juillet 2006

Hiérarchie d'héritage

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

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.