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.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

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);
}

See Also