TraceEnterEventHandler delegate

Description

The method that handles the TraceEnter event.

Syntax

void TraceEnterEventHandler( AseConnection connection, 
   Object source, string method, Object[] parameters)

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.