ICImagingControl.DeviceListChanged Event

The DeviceListChanged event is raised when the list of available video capture devices (obtainable through Devices ) has changed.
Syntax:
[C#]
public event System.EventHandler DeviceListChanged;
Parameter Description
sender

The object sending the event.

e

A an empty EventArgs object.

Information:

Introduced in version 3.4

See also: ICImagingControl, ICImagingControl.Devices

<< ICImagingControl