Propriété CollectionChangeEventArgs.Element

Returns data at a collection changed event.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Element As Object 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Object
An object that contains the collection changed event data

Voir aussi

Référence

CollectionChangeEventArgs Classe

Espace de noms Microsoft.AnalysisServices