Click or drag to resize

TwainDataTransferEventHandler Delegate

This event handler is used to allow the data retrieved from the device to be handled by the developer instead of by DotTwain.

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 TwainDataTransferEventHandler(
	Object sender,
	TwainDataTransferEventArgs e
)

Parameters

sender
Type: SystemObject
The TwainController or Device object that raised this event.
e
Type: Atalasoft.TwainTwainDataTransferEventArgs
A TwainDataTransferEventArgs containing information about the data that was transferred.
See Also