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

DesignerChangedEventArgs Constructor

Creates and initializes a new DesignerChangedEventArgs instance using the provided designers.

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

Syntax

Visual Basic
Public Sub New ( _
        oldDesigner
As IDesigner, _
        newDesigner
As IDesigner _
)
C#
public DesignerChangedEventArgs(
       
IDesigner oldDesigner,
       
IDesigner newDesigner
)

Parameters

oldDesigner

Type: Aurigma.GraphicsMill.WinControls.IDesigner

An old current designer.
newDesigner

Type: Aurigma.GraphicsMill.WinControls.IDesigner

A new current designer.

See Also

Reference