Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
raise__enumDevicesEvent Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : raise__enumDevicesEvent Method



value0
The source of the sender
value1
A WiaEnumDevicesEventArgs object that contains the event data.
value0
The source of the sender
value1
A WiaEnumDevicesEventArgs object that contains the event data.
Occurs while enumerating the WIA devices.

Syntax

Visual Basic (Declaration) 
Protected Sub raise__enumDevicesEvent( _
   ByVal value0 As Object, _
   ByVal value1 As WiaEnumDevicesEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value0 As Object
Dim value1 As WiaEnumDevicesEventArgs
 
instance.raise__enumDevicesEvent(value0, value1)
C# 
protected void raise__enumDevicesEvent( 
   object value0,
   WiaEnumDevicesEventArgs value1
)
C++/CLI 
protected:
void raise__enumDevicesEvent( 
   Object^ value0,
   WiaEnumDevicesEventArgs^ value1
) 

Parameters

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also