You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.workspaceClick Event

Fires when the content displayed in the control is clicked.

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

Syntax

Java Script
function add_workspaceClick(value);
function remove_workspaceClick(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.

This event corresponds to BaseViewer.WorkspaceClick server-side member.

See Also

Reference