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

ViewerBase.WorkspaceChanged Event

Raised when the content of an associated workspace is changed or updated.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Event WorkspaceChanged As EventHandler
C#
public event EventHandler WorkspaceChanged

Remarks

This event is raised in two cases:

  1. When you modify the associated workspace.
  2. When the bitmap or image displayed in the workspace raises the Changed event (for example, Changed).

See Also

Reference