Click or drag to resize

McCommandProgressChanged Event

Event sent when a background command reports its progress.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Event ProgressChanged As ProgressChangedEventHandler

Value

Type: ProgressChangedEventHandler
Remarks
Event sent in the main thread but only when a command is processed in the background.
See Also