DataObjectChangedEventArgs.NewIdentifier Property

Definition

Gets a list of all new identifier parts that represent the data object.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ NewIdentifier { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> NewIdentifier { get; }
member this.NewIdentifier : System.Collections.Generic.IList<obj>
Public ReadOnly Property NewIdentifier As IList(Of Object)

Property Value

A list of objects representing all new identifier parts that represent the data object.

Applies to