CollectionChangeEventArgs.Element Property
Returns data at a collection changed event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Element As Object
Get
'Usage
Dim instance As CollectionChangeEventArgs
Dim value As Object
value = instance.Element
public Object Element { get; }
public:
property Object^ Element {
Object^ get ();
}
member Element : Object
function get Element () : Object
Property Value
Type: System.Object
An object that contains the collection changed event data