Delegate IPhotosensorArrayDescription.ExposureTimeChangedEventHandler
Type of event handler used when exposure time changes.
Namespace: Mechatronics.SensorSDK
Syntax
public delegate void ExposureTimeChangedEventHandler(float oldExposureTime, float newExposureTime);
Parameters
| Type | Name | Description |
|---|---|---|
| Single | oldExposureTime | The exposure time before the change |
| Single | newExposureTime | The exposure time after the change |