Click or drag to resize

IsisFileAcquisitionEventHandler Delegate

This event handler is used to notify the application about file acquisition.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void IsisFileAcquisitionEventHandler(
	Object sender,
	IsisFileAcquisitionEventArgs e
)

Parameters

sender
Type: SystemObject
The event sender.
e
Type: Atalasoft.IsisIsisFileAcquisitionEventArgs
The information about file.
See Also