XmlNodeChangedEventArgs.NewValue Proprietà

Definizione

Ottiene il nuovo valore del nodo.

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

Valore della proprietà

Nuovo valore del nodo. Questa proprietà restituisce null se il nodo non è né un attributo né un nodo di testo o se il nodo viene rimosso.

Se viene chiamato in un NodeChanging evento, NewValue restituisce il valore del nodo se la modifica ha esito positivo. Se viene chiamato in un NodeChanged evento, NewValue restituisce il valore corrente del nodo.

Si applica a