ICImagingControl.ImageAvailableExecutionMode Property

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

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

Information:

Introduced in version 3.1

See also: ICImagingControl, EventExecutionMode

<< ICImagingControl