Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

raise__getDeviceEvent Method






The source of the sender
A EventArgs object that contains the event data.
Occurs after a device event is received.
Syntax
protected void raise__getDeviceEvent( 
   object value0,
   EventArgs value1
)
'Declaration
 
Protected Sub raise__getDeviceEvent( _
   ByVal value0 As Object, _
   ByVal value1 As EventArgs _
) 
'Usage
 
Dim instance As TwainSession
Dim value0 As Object
Dim value1 As EventArgs
 
instance.raise__getDeviceEvent(value0, value1)
protected:
void raise__getDeviceEvent( 
   Object^ value0,
   EventArgs^ value1
) 

Parameters

value0
The source of the sender
value1
A EventArgs object that contains the event data.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members

Error processing SSI file