The method that handles the TraceExit event.
void TraceExitEventHandler( AseConnection connection, Object source, string method, Object[] returnValue)
connection The connection the event occured on.
source The object that triggered the event.
method The method exited.
returnValue The return value of the method exited.