Click or drag to resize

DeviceEventHandler Delegate

This event handler is used to pass the DeviceEventFlagss to the application.

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 DeviceEventHandler(
	Object sender,
	DeviceEventArgs e
)

Parameters

sender
Type: SystemObject
The Acquisition object which sent the event.
e
Type: Atalasoft.TwainDeviceEventArgs
A DeviceEventArgs object containing information about the event.
See Also