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

LayerEventHandler Delegate

This delegate represents a method that will handle the events raised when some layer is added.

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

Syntax

Visual Basic
Public Delegate Sub LayerEventHandler ( _
	sender As Object, _
	e As LayerEventArgs _
)
C#
public delegate void LayerEventHandler(
	Object sender,
	LayerEventArgs e
)

See Also

Reference