_DMcCaptureEvents_CaptFramesChangedEventHandler Delegate

This McCaptDevice instance has changed a CaptFrames property.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _DMcCaptureEvents_CaptFramesChangedEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptFrames As McCaptFrames,
	PropertyChanged As Integer
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptFrames
Type: MediaCy.IQL.CaptureMcCaptFrames
PropertyChanged
Type: SystemInt32
the DID of the changed property
Remarks
This notification is sent just after a CaptFrames property has changed.
See Also