ClassValueChangingEventArgs
Class
Provides information about the new value that is edited inside the active cell editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ValueChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsValueChangingEventArgs
Derived Classes:
Inherited Members
Constructors
ValueChangingEventArgs(object)
Declaration
cs-api-definition
public ValueChangingEventArgs(object newValue)
Parameters
newValue
Properties
NewValue
Gets the new value that is edited by the active editor.