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
SyntaxPublic 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