Class ValueEditingEventArgs
Contains information about the Rad
Inheritance
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ValueEditingEventArgs : CancelEventArgs
Constructors
ValueEditingEventArgs(Nullable<TimeSpan>, Nullable<TimeSpan>, EditSectionType, Nullable<Char>, Boolean, SpinAction)
Initializes a new instance of the Value
Declaration
public ValueEditingEventArgs(Nullable<TimeSpan> newValue, Nullable<TimeSpan> currentValue, EditSectionType sectionType, Nullable<char> digitChar, bool isDelete, SpinAction spinAction)
Parameters
System. The new value. |
System. The current value. |
Edit The type of the section which is edited. |
System. The char which is being inserted. |
System. Indicates if this is a delete operation. |
Spin Indicates if this is a spin operation and its type. |
Properties
CurrentValue
Gets the current System.
Declaration
public Nullable<TimeSpan> CurrentValue { get; }
Property Value
System.
|
DigitChar
Gets the digit char if the edit is a result of digit key press.
Declaration
public Nullable<char> DigitChar { get; }
Property Value
System.
|
IsDelete
Gets a value indicating whether the edit is result of a delete operation.
Declaration
public bool IsDelete { get; }
Property Value
System.
|
NewValue
Gets or sets the new System.
Declaration
public Nullable<TimeSpan> NewValue { get; set; }
Property Value
System.
|
SectionType
Gets the edit section type.
Declaration
public EditSectionType SectionType { get; }
Property Value
SpinAction
Gets a value indicating if this is a spin operation and its type.
Declaration
public SpinAction SpinAction { get; }