_IMcCaptureEvents_AfterAttributeNewEventHandler Delegate

This McCaptDevice instance is ending 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_AfterAttributeNewEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptAttribute As IMcCaptDevAttribute2
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptAttribute
Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute that was created.
Remarks
This notification is sent just after an attribute is created.
See Also