Click or drag to resize
InputClientEventsOnMoveDown Property
Fired whenever the user decreases the value of any enumeration or numeric range mask part of KaxMaskedTextBox (with either keyboard arrow keys or mouse wheel).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string OnMoveDown { get; set; }

Property Value

Type: String
Remarks
Note this event is effective only for the KaxMaskedTextBox control.
See Also