_DMcCaptDevAttributeEvents_AfterNewEventHandler Delegate
|
|
A McCaptAttribute object has just been 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
SyntaxPublic Delegate Sub _DMcCaptDevAttributeEvents_AfterNewEventHandler (
CaptAttribute As IMcCaptDevAttribute2
)
Parameters
- CaptAttribute
- Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute that was created.
RemarksThis notification is sent just after the capture attribute is created and added
to the attributes collection.
See Also