_DMcCaptureEvents_AfterSettingsSaveEventHandler Delegate
|
|
This McCaptDevice instance is ending a settings persist operation.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _DMcCaptureEvents_AfterSettingsSaveEventHandler (
CaptureDevice As McCaptDevice,
CaptSettings As McCaptSettings,
FileName As Object
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptSettings
- Type: MediaCy.IQL.CaptureMcCaptSettings
the capture settings. - FileName
- Type: SystemObject
RemarksThis notification is sent just after a settings file is persisted.
See Also