The method that handles the TraceEnter event.
void TraceEnterEventHandler( AseConnection connection, Object source, string method, Object[] parameters)
connection The connection the event occured on.
source The object that triggered the event.
method The method entered.
parameters The parameters to the method entered.