Click or drag to resize

IsisDataAcquiredEventHandler Delegate

This event handler is used to notify the application when image data is acquired.

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 IsisDataAcquiredEventHandler(
	Object sender,
	IsisDataAcquiredEventArgs e
)

Parameters

sender
Type: SystemObject
The event sender.
e
Type: Atalasoft.IsisIsisDataAcquiredEventArgs
The information about acquired image data.
See Also