CollectionChangeEventArgs Class
Provides data for the collection changed event.
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public MustInherit Class CollectionChangeEventArgs _
    Inherits EventArgs
'Usage
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
Remarks
New: 17 July 2006
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.AnalysisServices.CollectionChangeEventArgs
      Microsoft.AnalysisServices.AddEventArgs
      Microsoft.AnalysisServices.MoveEventArgs
      Microsoft.AnalysisServices.RemoveEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.