XmlEventArgs.OldValue 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 original value of the node that is being changed.
public:
abstract property System::String ^ OldValue { System::String ^ get(); };
public abstract string OldValue { get; }
member this.OldValue : string
Public MustOverride ReadOnly Property OldValue As String
Property Value
The original value of the node that is being changed.
Remarks
The OldValue property returns the original value of the node that will be replaced with a new value or deleted. To get the new value of the node, use the NewValue 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.