_IMcCaptureEvents_EventPerformAutoSet Event

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
Event PerformAutoSet As _IMcCaptureEvents_PerformAutoSetEventHandler

Value

Type: MediaCy.IQL.Capture_IMcCaptureEvents_PerformAutoSetEventHandler
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