Class
ValueChangingEventArgs

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: ListViewItemValueChangingEventArgsPropertyGridItemValueChangingEventArgsTreeNodeValueChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ValueChangingEventArgs(object)

Declaration

cs-api-definition
public ValueChangingEventArgs(object newValue)

Parameters

newValue

object

ValueChangingEventArgs(object, object)

Declaration

cs-api-definition
public ValueChangingEventArgs(object newValue, object oldValue)

Parameters

newValue

object

oldValue

object

Properties

NewValue

Gets the new value that is edited by the active editor.

Declaration

cs-api-definition
public object NewValue { get; set; }

Property Value

object

OldValue

Gets the new value that is edited by the active editor.

Declaration

cs-api-definition
public object OldValue { get; set; }

Property Value

object