XmlEventArgs.NewValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.