Class
KeyEventArgsWithMinMaxTimeSpan

Event arguments used in the KeyDown(object, KeyEventArgs) method.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class KeyEventArgsWithMinMaxTimeSpan : KeyEventArgs

Inheritance: objectEventArgsKeyEventArgsKeyEventArgsWithMinMaxTimeSpan

Inherited Members KeyEventArgs.AltKeyEventArgs.ControlKeyEventArgs.HandledKeyEventArgs.KeyCodeKeyEventArgs.KeyValueKeyEventArgs.KeyDataKeyEventArgs.ModifiersKeyEventArgs.ShiftKeyEventArgs.SuppressKeyPressEventArgs.Empty

Constructors

KeyEventArgsWithMinMaxTimeSpan(Keys, TimeSpan, TimeSpan)

Initializes a new instance of the KeyEventArgsWithMinMaxTimeSpan class.

Declaration

cs-api-definition
public KeyEventArgsWithMinMaxTimeSpan(Keys keyData, TimeSpan min, TimeSpan max)

Parameters

keyData

Keys

The key data.

min

TimeSpan

The minimum value.

max

TimeSpan

The maximum value.

Properties

MaxTimeSpan

Gets or sets the maximum time span value.

Declaration

cs-api-definition
public TimeSpan MaxTimeSpan { get; set; }

Property Value

TimeSpan

MinTimeSpan

Gets or sets the minimum time span value.

Declaration

cs-api-definition
public TimeSpan MinTimeSpan { get; set; }

Property Value

TimeSpan