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

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

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

Syntax

C#
public event EventHandler<WorkspaceClickEventArgs> WorkspaceClick

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