_IMcCaptureEvents_BeforeSettingsSaveEventHandler Delegate
|
|
This McCaptDevice instance is starting 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 _IMcCaptureEvents_BeforeSettingsSaveEventHandler (
CaptureDevice As McCaptDevice,
CaptSettings As McCaptSettings,
FileName As Object,
<OutAttribute> ByRef pbCancel As Boolean
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptSettings
- Type: MediaCy.IQL.CaptureMcCaptSettings
the capture settings. - FileName
- Type: SystemObject
- pbCancel
- Type: SystemBoolean
If assigned True by the event handler, then the settings persist operation is cancelled.
RemarksThis notification is sent just before a settings file is persisted.
See Also