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

LayerChangedEventArgs Constructor

Creates and initializes a new LayerChangedEventArgs instance using the provided settings.

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

Syntax

Visual Basic
Public Sub New ( _
	layer As Layer, _
	changedObj As IVObject, _
	type As LayerChangeType _
)
C#
public LayerChangedEventArgs(
	Layer layer,
	IVObject changedObj,
	LayerChangeType type
)

Parameters

layer

Type: Aurigma.GraphicsMill.WinControls.Layer

The layer that was changed.
changedObj

Type: Aurigma.GraphicsMill.WinControls.IVObject

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

Type: Aurigma.GraphicsMill.WinControls.LayerChangeType

A LayerChangeType enumeration member.

See Also

Reference