Event arguments used in the KeyDown(object, KeyEventArgs) method.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class KeyEventArgsWithMinMaxTimeSpan : KeyEventArgs
Inheritance: objectEventArgsKeyEventArgsKeyEventArgsWithMinMaxTimeSpan
Inherited Members
Constructors
Initializes a new instance of the KeyEventArgsWithMinMaxTimeSpan class.
Properties
Gets or sets the maximum time span value.
C#
public TimeSpan MaxTimeSpan { get; set; }
Gets or sets the minimum time span value.
C#
public TimeSpan MinTimeSpan { get; set; }