Share via


DataObjectChangedEventArgs.NewIdentifier Property

Definition

Retrieves the new identifier of the data object after the change.

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

Property Value

Returns the new identifier of the data object after the change, or returns null if the new identifier does not make sense in the context of the data object change type.

Applies to