_IMcCaptureEvents_AfterSettingCloseEventHandler Delegate
|
|
This McCaptDevice instance is ending destruction of a setting.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterSettingCloseEventHandler (
CaptureDevice As McCaptDevice,
CaptSettings As McCaptSettings,
Key As String
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptSettings
- Type: MediaCy.IQL.CaptureMcCaptSettings
the capture setttings. - Key
- Type: SystemString
the capture setting that was destroyed
RemarksThis notification is sent just after a setting is destroyed.
See Also