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 ValueChangedEventArgs(
T oldValue,
T newValue
) |
| Visual Basic |
|---|
Public Sub New ( _
oldValue As T, _
newValue As T _
) |
| Visual C++ |
|---|
public:
ValueChangedEventArgs(
T oldValue,
T newValue
) |
Parameters
- oldValue
- Type: T
The old value.
- newValue
- Type: T
The new value.
See Also