_IMcCaptDevAttributeEvents_Event Interface

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface _IMcCaptDevAttributeEvents_Event

The _IMcCaptDevAttributeEvents_Event type exposes the following members.

Events
  NameDescription
Public eventAfterClose
A McCaptAttribute object has just been removed from the attributes collection.
Public eventAfterNew
A McCaptAttribute object has just been created and added to the attributes collection.
Public eventBeforeClose
A McCaptAttribute object is being removed from the attributes collection.
Public eventBeforeNew
A McCaptAttribute object is being created and added to the attributes collection.
Public eventChanged
One of the McCaptAttribute object's properties changed its value.
Top
See Also