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 (Declaration)
Public Event WorkspaceChanged As EventHandler
C#
public event EventHandler WorkspaceChanged
Visual C++
public:
 event EventHandler^ WorkspaceChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

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