This documentation is for the old version. Go to the latest Graphics Mill docs

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

Visual Basic
<BrowsableAttribute(True)> _
Public Event WorkspaceClick As EventHandler(Of WorkspaceClickEventArgs)
C#
[BrowsableAttribute(true)]
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