Table of Contents

Method OnBeforeDrawLabel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnBeforeDrawLabel(object?, EventArgs)

Invoked before a label is drawn, allowing for custom handling or modifications.

protected virtual void OnBeforeDrawLabel(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the object raising the event.

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method is intended to be overridden in a derived class to provide custom behavior before a label is drawn.