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