Gets and sets the OldValue of the Property being changed

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Object OldValue { get; set; }
Visual Basic
Public Property OldValue As Object
	Get
	Set

Field Value

An Object

See Also