Click or drag to resize

_DMcCaptDevAttributeEvents Interface

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

The _DMcCaptDevAttributeEvents type exposes the following members.

Methods
  NameDescription
Public methodAfterClose
A McCaptAttribute object has just been removed from the attributes collection.
Public methodAfterNew
A McCaptAttribute object has just been created and added to the attributes collection.
Public methodBeforeClose
A McCaptAttribute object is being removed from the attributes collection.
Public methodBeforeNew
A McCaptAttribute object is being created and added to the attributes collection.
Public methodChanged
One of the McCaptAttribute object's properties changed its value.
Top
See Also