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

VObject.Changed Event

Raised when the VObject is modified (after the modification is completed).

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Event Changed As EventHandler
C#
[BrowsableAttribute(true)]
public event EventHandler Changed

See Also

Reference