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)
Public Delegate Sub LayerEventHandler ( _
sender As Object, _
e As LayerEventArgs _
)
public delegate void LayerEventHandler(
Object sender,
LayerEventArgs e
)