Click or drag to resize
InputClientEventsOnMoveUp Property
Fired whenever the user increases 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 OnMoveUp { get; set; }

Property Value

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