Click or drag to resize

IsisController.FileAcquisition Event

This event is fired just before acquiring an image directly to file. You must fill in the FileName property of the IsisFileAcquisitionEventArgs object.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public event IsisFileAcquisitionEventHandler FileAcquisition

Value

Type: Atalasoft.Isis.IsisFileAcquisitionEventHandler
Remarks
You can cancel the acquisition by setting the Cancel property of the IsisFileAcquisitionEventArgs to true.
See Also