Provides data for the WiaSession.EnumDevicesEvent event.

| Visual Basic (Declaration) | |
|---|---|
Public Class WiaEnumDevicesEventArgs Inherits System.EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaEnumDevicesEventArgs | |
| C# | |
|---|---|
public class WiaEnumDevicesEventArgs : System.EventArgs | |
| C++/CLI | |
|---|---|
public ref class WiaEnumDevicesEventArgs : public System.EventArgs | |
For an example, refer to WiaSession.EnumDevices
System.Object
System.EventArgs
Leadtools.Wia.WiaEnumDevicesEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code