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 | |
---|---|---|
Element | Returns data at a collection changed event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.