_IMcCaptDevAttributeEvents_EventBeforeNew Event

A McCaptAttribute object is being created and added to the attributes collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Event BeforeNew As _IMcCaptDevAttributeEvents_BeforeNewEventHandler

Value

Type: MediaCy.IQL.Capture_IMcCaptDevAttributeEvents_BeforeNewEventHandler
Remarks
This notification is sent just before the capture attribute is created and added to the attributes collection.
See Also