CollectionChangeEventArgs Class

Provides data for the collection changed event.

Inheritance Hierarchy

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

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

The CollectionChangeEventArgs type exposes the following members.

Properties

  Name Description
Public property Element Returns data at a collection changed event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

New: 17 July 2006

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.