TwainDeviceCallbackEventHandler Delegate |
This delegate is used with the RegisterTwainCallback(TwainDeviceCallbackEventHandler) method to allow the use of a callback instead of a message loop for device communication.
This feature is only available when using TWAIN 2.0 or higher.
Namespace: Atalasoft.Twain
public delegate ushort TwainDeviceCallbackEventHandler( TwainController controller, TwainDeviceCallbackEventArgs e )