_IMcCaptureEvents_BeforeSettingCloseEventHandler Delegate

This McCaptDevice instance is starting destruction of a setting.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureEvents_BeforeSettingCloseEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptSettings As McCaptSettings,
	Key As String,
	<OutAttribute> ByRef pbCancel As Boolean
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptSettings
Type: MediaCy.IQL.CaptureMcCaptSettings
the capture settings.
Key
Type: SystemString
the capture setting being destroyed
pbCancel
Type: SystemBoolean
If assigned True by the event handler, then the setting destroy operation is cancelled.
Remarks
This notification is sent just before a setting is destroyed.
See Also