Upravit

Sdílet prostřednictvím


XmlEventArgs.NewValue Property

Definition

Gets the new value for the node being changed.

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

Property Value

The value that will replace the existing value.

Remarks

The NewValue property contains the value of the node that will replace the existing value. To get the original value of the node, use the OldValue property.

This member can be accessed without restrictions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to