Class ValueChangingEventArgs<T>
Inheritance
System.Object
ValueChangingEventArgs<T>
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValueChangingEventArgs<T> : CancelEventArgs
Type Parameters
T
|
Constructors
ValueChangingEventArgs(T, T)
Declaration
public ValueChangingEventArgs(T oldValue, T newValue)
Parameters
T
oldValue
|
T
newValue
|
Properties
NewValue
Declaration
public T NewValue { get; }
Property Value
T
|
OldValue
Declaration
public T OldValue { get; }
Property Value
T
|