This class contains information about events which occur when
a given value is changed. Here the old and the new values are exposed.
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 class ValueChangedEventArgs<T> : EventArgs
|
| Visual Basic |
|---|
Public Class ValueChangedEventArgs(Of T) _
Inherits EventArgs |
| Visual C++ |
|---|
generic<typename T>
public ref class ValueChangedEventArgs : public EventArgs |
Type Parameters
Inheritance Hierarchy
See Also