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

LayerRemovedEventHandler Delegate

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

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

Syntax

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

See Also

Reference