OnFinishWork occurs when an input/output task ends. It is useful for resetting progress bars, or to know when a thread ends in a asynchronous mode
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public event EventHandler FinishWork
Public Event FinishWork As EventHandler
public: event EventHandler^ FinishWork { void add (EventHandler^ value); void remove (EventHandler^ value); }


























