ICImagingControl.DeviceListChangedExecutionMode Property

This property controls the execution mode of the DeviceListChanged event.
Syntax:
[C#]
public EventExecutionMode DeviceListChangedExecutionMode { get; set; };
Remarks:

For a description of the available execution modes, see the EventExecutionMode enumeration.

Information:

Introduced in version 3.4

See also: ICImagingControl, ICImagingControl.DeviceListChanged, EventExecutionMode

<< ICImagingControl