Click or drag to resize

IsisControllerDataAcquired Event

This event fires after the data has been transferred but before it has been processed by DotIsis.

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 event IsisDataAcquiredEventHandler DataAcquired

Value

Type: Atalasoft.IsisIsisDataAcquiredEventHandler
Remarks
This event allows for processing of data DotIsis does not support, such as unique image formats. If this data should not be processed by DotIsis, set the Handled property of the IsisDataAcquiredEventArgs to true.
See Also