XmlNodeChangedEventArgs.NewValue プロパティ

定義

ノードの新しい値を取得します。

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

プロパティ値

ノードの新しい値。 このプロパティは、ノードが属性でもテキスト ノードでもない場合、またはノードが削除されている場合に null を返します。

NodeChanging イベントで呼び出された場合、NewValueは変更が成功した場合にノードの値を返します。 NodeChanged イベントで呼び出された場合、NewValueはノードの現在の値を返します。

適用対象