_IMcCaptureEvents_BeforeAttributeCloseEventHandler Delegate
|
|
This McCaptDevice instance is starting destruction of an attribute.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_BeforeAttributeCloseEventHandler (
CaptureDevice As McCaptDevice,
CaptAttribute As IMcCaptDevAttribute2,
<OutAttribute> ByRef pbCancel As Boolean
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptAttribute
- Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute being destroyed. - pbCancel
- Type: SystemBoolean
If assigned True by the event handler, then the attribute destroy operation is cancelled.
RemarksThis notification is sent just before an attribute is destroyed.
See Also