DeviceEventHandler Delegate |
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic delegate void DeviceEventHandler(
Object sender,
DeviceEventArgs e
)
Public Delegate Sub DeviceEventHandler (
sender As Object,
e As DeviceEventArgs
)
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