Class
ValueChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI.Data

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ValueChangedEventArgs : PositionChangedEventArgs

Inheritance: objectEventArgsPositionChangedEventArgsValueChangedEventArgs

Inherited Members PositionChangedEventArgs.PositionEventArgs.Empty

Constructors

ValueChangedEventArgs(int, object, object)

Declaration

cs-api-definition
public ValueChangedEventArgs(int newIndex, object newValue, object oldValue)

Parameters

newIndex

int

newValue

object

oldValue

object

Properties

NewValue

Declaration

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

Property Value

object

OldValue

Declaration

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

Property Value

object