_DMcCaptDevAttributeEvents_ChangedEventHandler Delegate

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
Public Delegate Sub _DMcCaptDevAttributeEvents_ChangedEventHandler ( 
	CaptAttribute As IMcCaptDevAttribute2,
	PropertyChanged As Integer
)

Parameters

CaptAttribute
Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute that was removed.
PropertyChanged
Type: SystemInt32
the ID of the changed property.
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