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

LayerRemovedEventArgs Constructor

Creates ans initializes a new LayerRemovedEventArgs 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, _
	index As Integer _
)
C#
public LayerRemovedEventArgs(
	Layer layer,
	int index
)

Parameters

layer

Type: Aurigma.GraphicsMill.WinControls.Layer

The layer that was removed.
index

Type: System.Int32

The index of the removed layer.

See Also

Reference