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.

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

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
+ System..EventArgs
+ Aurigma.GraphicsMill.AjaxControls..WorkspaceClickEventArgs

See Also

Reference