Click or drag to resize

WorkspaceViewerOnDisposeImage Method

Called when an image is about to be 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
protected void OnDisposeImage(
	ImageCancelEventArgs e
)

Parameters

e
Type: Atalasoft.ImagingImageCancelEventArgs
An ImageCancelEventArgs containing the image about to be disposed. To stop the image from being disposed, set the Cancel property to true.
See Also