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