_DMcCaptureEvents_BeforeCaptFrameCloseEventHandler Delegate
|
|
This McCaptDevice instance is starting destruction of a CaptFrame.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _DMcCaptureEvents_BeforeCaptFrameCloseEventHandler (
CaptureDevice As McCaptDevice,
CaptFrame As McCaptFrame,
<OutAttribute> ByRef pbCancel As Boolean
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptFrame
- Type: MediaCy.IQL.CaptureMcCaptFrame
the capture frame being destroyed. - pbCancel
- Type: SystemBoolean
If assigned True by the event handler, then the destroy operation is cancelled.
RemarksThis notification is sent just before a CaptFrame is destroyed.
See Also