BitmapViewer Events

The BitmapViewer type exposes the following members.

Events

Name Description
Public event click

Fires when the control is clicked.

(Inherited from BaseViewer.)
Public event disposing

(Inherited from BaseViewer.)
Public event invokingCallbackRequest

Occurs before the callback is initiated by this control.

(Inherited from BaseViewer.)
Public event mouseDown

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

(Inherited from BaseViewer.)
Public event mouseMove

Fires when the user moves the mouse over the control.

(Inherited from BaseViewer.)
Public event mouseUp

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

(Inherited from BaseViewer.)
Public event pinchStart

Fires when the content is start zooming by pinch gesture.

(Inherited from BaseViewer.)
Public event pinchStop

Fires when the content zooming by pinch gesture.

(Inherited from BaseViewer.)
Public event propertyChanged

(Inherited from BaseViewer.)
Public event scrolled

Fires when scroll position of the control is changed.

(Inherited from BaseViewer.)
Public event statusChanged

Fires when status (see status property) is updated.

(Inherited from BaseViewer.)
Public event workspaceChanged

Occurs when the content of the associated workspace is replaced.

(Inherited from BaseViewer.)
Public event workspaceClick

Fires when the content displayed in the control is clicked.

(Inherited from BaseViewer.)
Public event workspaceDoubleClick

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

(Inherited from BaseViewer.)
Public event workspaceMouseDown

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

(Inherited from BaseViewer.)
Public event workspaceMouseMove

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

(Inherited from BaseViewer.)
Public event workspaceMouseUp

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

(Inherited from BaseViewer.)
Public event zoomed

Fires when the content is zoomed in the control.

(Inherited from BaseViewer.)

See Also

Reference