Click or drag to resize

ImageAcquiredEventHandler Delegate

This event handler is used to notify the application when an image has been acquired.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void ImageAcquiredEventHandler(
	Object sender,
	AcquireEventArgs e
)

Parameters

sender
Type: SystemObject
The Acquisition object which sent the event.
e
Type: Atalasoft.TwainAcquireEventArgs
An AcquireEventArgs object containing information about the event.
See Also