Click or drag to resize

WorkerThreadPoolAllWorkItemsDone Event

This event occurs if the threads finished processing all workitems, it happens from a different thread context. So do not perform gui operations directly.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public event EventHandler AllWorkItemsDone

Value

Type: SystemEventHandler
See Also