_IMcCaptureEvents_AfterCloseEventHandler Delegate
|
|
This McCaptDevice instance is in the process of being closed.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterCloseEventHandler (
CaptureDevice As McCaptDevice
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
RemarksThis notification is sent just after the device is closed.
See Also