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

WorkspaceClickEventArgs Class

Provides data for mouse click events on content associated with BaseViewer instance.

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

Syntax

Visual Basic
Public NotInheritable Class WorkspaceClickEventArgs _
	Inherits EventArgs
C#
public sealed class WorkspaceClickEventArgs : EventArgs

Remarks

This class is used by BaseViewer.WorkspaceClick event. The class contains X and Y properties wich represents content related coordinates of mouse click.

Inheritance Hierarchy

System.Object
L System.EventArgs
L Aurigma.GraphicsMill.AjaxControls.WorkspaceClickEventArgs

See Also

Reference