- value0
 - The source of the sender
 
- value1
 - A WiaEnumDevicesEventArgs object that contains the event data.
 
| Visual Basic (Declaration) | |
|---|---|
Protected Sub raise__enumDevicesEvent( _ ByVal value0 As Object, _ ByVal value1 As WiaEnumDevicesEventArgs _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| 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.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code