_IMcCaptDevAttributeEvents_BeforeCloseEventHandler Delegate

A McCaptAttribute object is being removed from the attributes collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptDevAttributeEvents_BeforeCloseEventHandler ( 
	CaptAttribute As IMcCaptDevAttribute2,
	<OutAttribute> ByRef pbCancel As Boolean
)

Parameters

CaptAttribute
Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute that is being removed.
pbCancel
Type: SystemBoolean
If assigned true by an event handler, then the attribute removal operation is cancelled.
Remarks
This notification is sent just before the capture attribute is removed from the attributes collection.
See Also