Fired when the request is complete


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Event Done As EventHandler 
C#
public event EventHandler Done
C++
public:
 virtual event EventHandler Done {
    void add(EventHandler value) sealed ;
    void remove(EventHandler value) sealed ;
}
J#
/** event */
public final void add_Done(EventHandler value);

/** event */
public final void remove_Done(EventHandler value);
JScript
JScript suports the use of events, but not the declaration of new ones.

See Also