The buttonMouseDown event is raised when the mouse is down
on the decrement button or the increment button.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.buttonMouseDown = function(e, args) { };
|
Javascript (Specification) | |
---|
buttonMouseDown = function (
: Object,
: IButtonEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type