BaseViewer.workspaceDoubleClick Event

Occurs when a mouse button is double clicked in the content displayed by this viewer control.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function add_workspaceDoubleClick(value);
function remove_workspaceDoubleClick(value);

Remarks

Position of the mouse pointer is measured in the coordinates of the workspace and can be used to determine a point of the content selected by mouse click.

See Also

Reference