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

LayerChangedEventArgs.VObject Property

Gets the object that was changed.

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

Syntax

Visual Basic
Public ReadOnly Property VObject As IVObject
C#
public IVObject VObject { get; }

Property Value

The object that was changed, or null if no object was changed.

See Also

Reference