DataObjectChangedEventArgs.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.