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)
Public Delegate Sub ImageRemovedEventHandler ( _
sender As Object, _
e As ImageRemovedEventArgs _
)
public delegate void ImageRemovedEventHandler(
Object sender,
ImageRemovedEventArgs e
)
Type: System.Object