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

DesignerChangedEventArgs.OldDesigner Property

Gets an old current designer.

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

Syntax

Visual Basic
Public ReadOnly Property OldDesigner As IDesigner
C#
public IDesigner OldDesigner { get; }

Property Value

An old current designer.

See Also

Reference