_IMcCaptureEvents_AfterPreviewEventHandler Delegate
|
|
This McCaptDevice instance is ending a live preview.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterPreviewEventHandler (
CaptureDevice As McCaptDevice,
PreviewWindow As Object,
PreviewType As mcCaptPreviewWinType
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.the event source device. - PreviewWindow
- Type: SystemObject
the preview window (IMcViewer or HWND). - PreviewType
- Type: MediaCy.IQL.CapturemcCaptPreviewWinType
the preview type flag
RemarksThis notification is sent just before the preview is ended.
See Also