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.1
Syntax public event EventHandler AllWorkItemsDone
Public Event AllWorkItemsDone As EventHandler
public:
event EventHandler^ AllWorkItemsDone {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member AllWorkItemsDone : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also