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

Bitmap Events

The Bitmap type exposes the following members.

Events

Name Description
Protected event Changed

Fires when the bitmap was modified (after the end of an operation).

Protected event Changing

Fires before an image is being modified (before the start of an operation).

Protected event Progress

Fires on progress notifications of the currently applied operation.

Public event Redoing

Fires when image is being redone (before starting).

Public event Redone

Fires when operation has been redone (after finishing).

Public event Saved

Fires when the image has been saved (after finishing).

Protected event Saving

Fires when image is being saved (before starting).

Public event StateRestored

Fires when the bitmap state is restored (redone or undone).

Protected event Undoing

Fires when image is being undone (before starting).

Public event Undone

Fires when operation has been undone (after finishing).

See Also

Reference