IsisImageAcquiringEventHandler Delegate |
This event handler is used to notify the application when an image is acquiring.
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 IsisImageAcquiringEventHandler(
Object sender,
IsisImageAcquiringEventArgs e
)
Public Delegate Sub IsisImageAcquiringEventHandler (
sender As Object,
e As IsisImageAcquiringEventArgs
)
Parameters
- sender
- Type: SystemObject
The event sender. - e
- Type: Atalasoft.IsisIsisImageAcquiringEventArgs
The information about acquiring image.
See Also