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

BaseViewer Events

The BaseViewer type exposes the following members.

Events

Name Description
Public event click

Fires when the control is clicked.

Public event disposing

Public event invokingCallbackRequest

Occurs before the callback is initiated by this control.

Public event mouseDown

Fires when the user clicks the control with either mouse button.

Public event mouseMove

Fires when the user moves the mouse over the control.

Public event mouseUp

Fires when the user releases a mouse button while the mouse is over the control.

Public event propertyChanged

Public event scrolled

Fires when scroll position of the control is changed.

Public event statusChanged

Fires when status (see status property) is updated.

Public event workspaceChanged

Occurs when the content of the associated workspace is replaced.

Public event workspaceClick

Fires when the content displayed in the control is clicked.

Public event workspaceMouseDown

Occurs when a mouse button is clicked in the content displayed by this viewer control.

Public event workspaceMouseMove

Fires when the user moves the mouse over the content of control.

Public event workspaceMouseUp

Fires when the user releases a mouse button while the mouse is over the content of control.

Public event zoomed

Fires when the content is zoomed in the control.

See Also

Reference