Contains information about an event which occurs
when a given value is about to change. Allows for canceling the change.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class ValueChangingEventArgs(Of T) _
Inherits CancelEventArgs |
| Visual C++ |
|---|
generic<typename T>
public ref class ValueChangingEventArgs : public CancelEventArgs |
Type Parameters
- T
- The type of the value that is about to change.
Inheritance Hierarchy
See Also