StructuredTrace LeaveEventHandler Method CleanCode C# Libraries v1.2.03 API
Traces leaving an event handler for a specific GUI component, and decreases the indentation.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void LeaveEventHandler(
	Object sender
)
Remarks

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