DataObjectChangedEventArgs.NewIdentifier 属性

定义

在更改后检索数据对象的新标识符。

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

属性值

IList

返回更改后的数据对象的新标识符; 如果新标识符在数据对象更改类型的上下文中没有意义,则返回 null。

适用于