_DMcCaptDevAttributeEvents_BeforeNewEventHandler Delegate
|
|
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
SyntaxPublic Delegate Sub _DMcCaptDevAttributeEvents_BeforeNewEventHandler (
Name As String,
<OutAttribute> ByRef CaptAttribute As IMcCaptDevAttribute2,
<OutAttribute> ByRef pbCancel As Boolean
)
Parameters
- Name
- Type: SystemString
the attribute name (key). - CaptAttribute
- Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute that is being created. - pbCancel
- Type: SystemBoolean
If assigned true by an event handler, then the attribute creation operation is cancelled.
RemarksThis notification is sent just before the capture attribute is created and added
to the attributes collection.
See Also