CollectionChangeEventArgs.Element Property

 

Applies To: SQL Server (starting with 2016)

Returns data at a collection changed event.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public object Element { get; }
public:
property Object^ Element {
    Object^ get();
}
member Element : Object with get
Public ReadOnly Property Element As Object

Property Value

Type: System.Object

An object that contains the collection changed event data

See Also

CollectionChangeEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top