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

Canvas Events

The Canvas type exposes the following members.

Events

Name Description
Public event callbackException

Fires when the callback threw an exception.

Public event currentLayerChanged

Fires when the currently selected layer is changed.

Public event currentVObjectChanged

Fires when the currently selected v-object is changed.

Public event currentVObjectDeleting

Fires when the currently selected v-object is about to be deleted.

Public event initialized

Fires when the the canvas is initialized.

Public event invokingCallbackRequest

Fires before the callback is initiated by the canvas.

Public event requestComplete

Fires when the request is completed.

Public event sendingRequest

Fires when the request is about to be sent.

Public event statusChanged

Fires when the bitmap status is changed.

Public event vObjectCreated

Fires when a v-object is created.

Public event zoomChanged

Fires when zoom of the canvas is changed.

See Also

Reference