ComponentChangedEventArgs.NewValue 屬性

定義

取得已變更成員的新值。

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

屬性值

已變更成員的新值。 這個屬性可以是 null

備註

只有當成員不是 null時,這個屬性才有意義。

適用於