Share via


DataObjectChangedEventArgs.Identifier Property

Definition

Retrieves the identifier of the data object involved in the change.

public:
 property System::Collections::IList ^ Identifier { System::Collections::IList ^ get(); };
public System.Collections.IList Identifier { get; }
member this.Identifier : System.Collections.IList
Public ReadOnly Property Identifier As IList

Property Value

Returns the identifier for the data object instance involved in the change.

Applies to