This context have been cleaned, which means that it can be reused.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler Cleaned
Visual Basic (Declaration)
Public Event Cleaned As EventHandler
Visual C++
public:
 event EventHandler^ Cleaned {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also