_IMcCaptureEvents_AfterExposureEventHandler Delegate
|
|
This McCaptDevice instance is ending the exposure phase of a snap.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterExposureEventHandler (
CaptureDevice As McCaptDevice,
EventTime As DateTime
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - EventTime
- Type: SystemDateTime
the time this event occurred
RemarksThis notification is sent just after the device exposure is finished.
See Also