ICImagingControl.LivePrepared Event

This event is called after the LivePrepare was called.
Syntax:
[C#]
public event System.EventHandler LivePrepared;
Parameter Description
sender

The ICImagingControl object that fired the event.

e

A System.EventArgs object.

Limitations:

Run time only, read only.

See also: ICImagingControl, ICImagingControl.LivePrepare

<< ICImagingControl