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

ImageRemovedEventHandler Delegate

This delegate represents the method that will handle the ImageRemoved event of the IImageList class.

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

Syntax

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

See Also

Reference