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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic delegate void IsisFileAcquisitionEventHandler(
Object sender,
IsisFileAcquisitionEventArgs e
)
Public Delegate Sub IsisFileAcquisitionEventHandler (
sender As Object,
e As IsisFileAcquisitionEventArgs
)
Parameters
- sender
- Type: SystemObject
The event sender. - e
- Type: Atalasoft.IsisIsisFileAcquisitionEventArgs
The information about file.
See Also