Click or drag to resize

_DMcCaptureManagerEvents_LightCaptureProgressEventHandler Delegate

Namespace:  MediaCy.IQL.Capture.Manager
Assembly:  MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _DMcCaptureManagerEvents_LightCaptureProgressEventHandler ( 
	CaptDevice As IMcCaptureManagerDevice,
	Progress As mcLightCaptureProgress,
	TimeValue As Double,
	Site As Integer,
	Param As Object
)

Parameters

CaptDevice
Type: MediaCy.IQL.Capture.ManagerIMcCaptureManagerDevice
Progress
Type: MediaCy.IQL.Capture.ManagermcLightCaptureProgress
TimeValue
Type: SystemDouble
Site
Type: SystemInt32
Param
Type: SystemObject
See Also