ClassValueEditingEventArgs
Contains information about the RadTimeSpanPicker ValueEditing event.
Definition
Namespace:Telerik.Windows.Controls.TimeSpanPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class ValueEditingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsValueEditingEventArgs
Inherited Members
Constructors
ValueEditingEventArgs(TimeSpan?, TimeSpan?, EditSectionType, char?, bool, SpinAction)
Initializes a new instance of the ValueEditingEventArgs class.
Declaration
public ValueEditingEventArgs(TimeSpan? newValue, TimeSpan? currentValue, EditSectionType sectionType, char? digitChar, bool isDelete, SpinAction spinAction = SpinAction.None)
Parameters
newValue
The new value.
currentValue
The current value.
sectionType
The type of the section which is edited.
digitChar
char?
The char which is being inserted.
isDelete
Indicates if this is a delete operation.
spinAction
Indicates if this is a spin operation and its type.
Properties
CurrentValue
Gets the current TimeSpan value of the control.
DigitChar
Gets the digit char if the edit is a result of digit key press.
IsDelete
Gets a value indicating whether the edit is result of a delete operation.
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.