Click or drag to resize

TwainDeviceCallbackEventArgs Constructor

Creates a new instance of TwainDeviceCallbackEventArgs.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainDeviceCallbackEventArgs(
	TwainIdentity application,
	TwainIdentity device,
	uint dataGroup,
	ushort argumentType,
	ushort message,
	IntPtr data
)

Parameters

application
Type: Atalasoft.TwainTwainIdentity
The application identity.
device
Type: Atalasoft.TwainTwainIdentity
The device identity.
dataGroup
Type: SystemUInt32
The data group value.
argumentType
Type: SystemUInt16
The argument type.
message
Type: SystemUInt16
The message.
data
Type: SystemIntPtr
A pointer to the data.
See Also