Visual Basic (Declaration) | |
---|---|
Public Event EnumDevicesEvent() As EventHandler(Of WiaEnumDevicesEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<WiaEnumDevicesEventArgs> EnumDevicesEvent() |
C++/CLI | |
---|---|
public: event EventHandler<WiaEnumDevicesEventArgs>^ EnumDevicesEvent(); |
This event will be called while enumerating the available WIA devices after calling the WiaSession.EnumDevices method
to provide the user with information about each found device and also gives the ability to abort the enumeration process.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family