ActivityChangedEventArgs.NewValue プロパティ

定義

変更された Activity のメンバーの新しい値。

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

プロパティ値

Object

変更されたメンバーの新しい値。

注釈

NewValue は、新しい値に関する情報を格納するオブジェクトです。

適用対象