←Select platform

EnumDevicesEvent Event

Summary

Occurs for each found WIA device after calling the EnumDevices method.

Syntax

C#
VB
C++
public event EventHandler<WiaEnumDevicesEventArgs> EnumDevicesEvent 
  
Public Event EnumDevicesEvent As EventHandler(Of WiaEnumDevicesEventArgs) 
public: 
event EventHandler<WiaEnumDevicesEventArgs^>^ EnumDevicesEvent 

Event Data

The event handler receives an argument of type WiaEnumDevicesEventArgs containing data related to this event. The following WiaEnumDevicesEventArgs properties provide information specific to this event.

PropertyDescription
DeviceDesc Gets the description of the device being enumerated.
DeviceID Gets the ID string for the enumerated device.
DeviceName Gets the name of the enumerated device.
Stop Enables or disables firing the EnumDevicesEvent event.
Remarks

This event will be called while enumerating the available WIA devices after calling the EnumDevices method to provide the user with information about each found device and also gives the ability to abort the enumeration process.

Example

Refer to WiaSession.EnumDevices.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly