_IMcCaptDevAttributeEvents_EventChanged Event

One of the McCaptAttribute object's properties changed its value.

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

Value

Type: MediaCy.IQL.Capture_IMcCaptDevAttributeEvents_ChangedEventHandler
Remarks
This notification is sent just after the capture attribute has had a property change value. The PropertyChanged argument contains the ID to identify which property changed. The ID's of all capture attributes is enumerated in mcCaptDevAttrPropertyIDs.
See Also