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

VObject.Changed Event

Raised when the v-object is modified (after the modification is completed).

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

Syntax

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

Implements

IVObject.Changed

See Also

Reference