Gets an instance of the
DateTime struct
that represents the previous value.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public T OldValue { get; } |
| Visual Basic |
|---|
Public ReadOnly Property OldValue As T
Get |
| Visual C++ |
|---|
public:
property T OldValue {
T get ();
} |
See Also