CleanCode C# Libraries v0.9.23 API

StructuredTraceSource.TraceLeaveEventHandler Method 

Traces leaving an event handler for a specific GUI component, and decreases the indentation.

public void TraceLeaveEventHandler(
   Object sender
);

Parameters

sender
The sender component.

Remarks

The type of component (Button, MenuItem, etc.), its name, and its label, if any, will also be shown in the log.

See Also

StructuredTraceSource Class | CleanCode.Diagnostics Namespace