_DMcCaptureEvents_PerformAutoSetEventHandler Delegate

This McCaptDevice instance is requesting an AutoSet operation from the UI.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _DMcCaptureEvents_PerformAutoSetEventHandler ( 
	CaptureDevice As McCaptDevice
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
Remarks
This notification is sent for the capture UI client to tell it to begin an AutoSet operation. Used when the AutoSet method of the McCaptDevice object is called to provide the AutoSet method for macro recording support. See the AutoSet method for the McCaptDevice object for futher information.
See Also