Fires when the user clicks a mouse button.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.mouseDown = function(e, args) { };
|
Javascript (Specification) | |
---|
mouseDown = function (
: Object,
: IWijPieChartEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type