New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class ValueChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsValueChangingEventArgs

Derived Classes: ListViewItemValueChangingEventArgsPropertyGridItemValueChangingEventArgsTreeNodeValueChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public ValueChangingEventArgs(object newValue, object oldValue)
Parameters:newValueobjectoldValueobject
C#
public ValueChangingEventArgs(object newValue)
Parameters:newValueobject

Properties

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

C#
public object NewValue { get; set; }

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

C#
public object OldValue { get; set; }