_DMcCaptureEvents_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
Syntax
VB
Public Delegate Sub _DMcCaptureEvents_AfterPreviewEventHandler ( 
	CaptureDevice As McCaptDevice,
	PreviewWindow As Object,
	PreviewType As mcCaptPreviewWinType
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
PreviewWindow
Type: SystemObject
the preview window (IMcViewer or HWND).
PreviewType
Type: MediaCy.IQL.CapturemcCaptPreviewWinType
the preview type flag
Remarks
This notification is sent just after the live preview is closed.
See Also