Class KeyEventArgsWithMinMaxTimeSpan
Event arguments used in the KeyDown(Object, KeyEventArgs) method.
Inheritance
System.Object
KeyEventArgsWithMinMaxTimeSpan
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class KeyEventArgsWithMinMaxTimeSpan : KeyEventArgs
Constructors
KeyEventArgsWithMinMaxTimeSpan(Keys, TimeSpan, TimeSpan)
Initializes a new instance of the KeyEventArgsWithMinMaxTimeSpan class.
Declaration
public KeyEventArgsWithMinMaxTimeSpan(Keys keyData, TimeSpan min, TimeSpan max)
Parameters
System.Windows.Forms.Keys
keyData
The key data. |
System.TimeSpan
min
The minimum value. |
System.TimeSpan
max
The maximum value. |
Properties
MaxTimeSpan
Gets or sets the maximum time span value.
Declaration
public TimeSpan MaxTimeSpan { get; set; }
Property Value
System.TimeSpan
|
MinTimeSpan
Gets or sets the minimum time span value.
Declaration
public TimeSpan MinTimeSpan { get; set; }
Property Value
System.TimeSpan
|