LEADTOOLS WIA (Leadtools.Wia assembly)

raise_EnumDevicesEvent Method

Show in webframe





The source of the sender
A WiaEnumDevicesEventArgs object that contains the event data.
Occurs while enumerating the WIA devices.
Syntax
public void raise_EnumDevicesEvent( 
   object sender,
   WiaEnumDevicesEventArgs e
)
'Declaration
 
Public Sub raise_EnumDevicesEvent( _
   ByVal sender As Object, _
   ByVal e As WiaEnumDevicesEventArgs _
) 
'Usage
 
Dim instance As WiaSession
Dim sender As Object
Dim e As WiaEnumDevicesEventArgs
 
instance.raise_EnumDevicesEvent(sender, e)

            

            
public:
void raise_EnumDevicesEvent( 
   Object^ sender,
   WiaEnumDevicesEventArgs^ e
) 

Parameters

sender
The source of the sender
e
A WiaEnumDevicesEventArgs object that contains the event data.
Requirements

Target Platforms

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
EnumDevices Method
SelectDevice Method
SelectDeviceDlg Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.