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

Canvas.CurrentVObjectChanged Event

Fires when the currently selected v-object is changed.

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

Syntax

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

See Also

Reference