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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string OnMoveUp { get; set; }
Public Overridable Property OnMoveUp As String
Get
Set
public:
virtual property String^ OnMoveUp {
String^ get ();
void set (String^ value);
}
abstract OnMoveUp : string with get, set
override OnMoveUp : string with get, set
Property Value
Type:
String
Remarks
Note this event is effective only for the KaxMaskedTextBox control.
See Also