Click or drag to resize

WorkspaceViewerDisposeImage Event

Fired when an image in the ImageCollection or UndoCollection is disposed.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event ImageCancelEventHandler DisposeImage

Value

Type: Atalasoft.ImagingImageCancelEventHandler
Remarks
This even should be handled if images are being shared. If this event contains an image that shouldn't be disposed, set the Cancel property to true.
See Also