_IMcCaptureEvents_BeforeAttributeNewEventHandler Delegate

This McCaptDevice instance is starting creation of a new attribute.

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

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
Name
Type: SystemString
the name of the capture attribute being created
CaptAttribute
Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute being created.
pbCancel
Type: SystemBoolean
If assigned True by the event handler, then the attribute creation operation is cancelled.
Remarks
This notification is sent just before an attribute is created.
See Also