_DMcCaptureEvents_AttributeChangedEventHandler Delegate
|
|
This McCaptDevice instance has changed an attribute property.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _DMcCaptureEvents_AttributeChangedEventHandler (
CaptureDevice As McCaptDevice,
CaptAttribute As IMcCaptDevAttribute2,
PropertyChanged As Integer
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptAttribute
- Type: MediaCy.IQL.CaptureIMcCaptDevAttribute2
the capture attribute changing. - PropertyChanged
- Type: SystemInt32
the DID of the changed property
RemarksThis notification is sent just after an attribute property has changed.
See Also