ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.TWorkDoneEvent
Syntax
Pascal
TWorkDoneEvent = reference to procedure (const pWorkItem: IWorkItem);
Parameters 
Description 
pWorkItem 
The IWorkItem that has fired the event. 

A callback event that is fired in case an IWorkItem has finished its work.