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

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

Syntax

Visual Basic

Public Delegate Sub LayerChangedEventHandler ( _
	sender As Object, _
	e As LayerChangedEventArgs _
)

C#

public delegate void LayerChangedEventHandler(
	Object sender,
	LayerChangedEventArgs e
)