XmlEventArgs.OldValue Property (Microsoft.Office.InfoPath)

Gets the original value of the node that is being changed.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property OldValue As String
'Usage
Dim instance As XmlEventArgs
Dim value As String

value = instance.OldValue
public abstract string OldValue { get; }

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 Office InfoPath 2007 or in a Web browser.

See Also

Reference

XmlEventArgs Class
XmlEventArgs Members
Microsoft.Office.InfoPath Namespace