_IMcCaptureEvents_AfterSettingsLoadEventHandler Delegate
|
|
This McCaptDevice instance is ending a settings load operation.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterSettingsLoadEventHandler (
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 loaded.
See Also