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

ISyncEvents Events

The ISyncEvents type exposes the following members.

Events

Name Description
Public event Aborted

Fires when operation has been aborted.

Public event Continued

Fires when operation has been resumed after being paused.

Public event Paused

Fires when operation has been paused.

Public event Progress

Fires on the operation progress notifications.

Public event Started

Fires after operation has been started.

Public event Starting

Fires before operation is started.

Public event Stopped

Fires after operation has been stopped.

Public event Stopping

Fires before operation is stopped.

See Also

Reference