Description
This McCaptDevice instance has changed an attribute property.
Syntax
Private Sub object_AttributeChanged(CaptureDevice, CaptAttribute, PropertyChanged)
The AttributeChanged Event syntax has these parts:
|
| object | A McCapture object. | | CaptureDevice | A McCaptDevice object. the event source device.
| | CaptAttribute | A McCaptDevAttribute object. the capture attribute changing.
| | PropertyChanged | A Long value. the DID of the changed property
|
|