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

LayerEventArgs Constructor

Creates and initializes a new LayerEventArgs instance.

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

Syntax

Visual Basic
Public Sub New ( _
	layer As Layer _
)
C#
public LayerEventArgs(
	Layer layer
)

Parameters

layer

Type: Aurigma.GraphicsMill.WinControls.Layer

The layer that was added or removed.

See Also

Reference