Table of Contents

Method OnStatusBarDisposed

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

OnStatusBarDisposed(object?, EventArgs)

Handles the disposal of the status bar by performing necessary cleanup operations.

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

Parameters

sender object

The source of the event, typically the object being disposed.

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method is called when the status bar is disposed and sets the StatusBar property to null. Subclasses can override this method to provide additional cleanup logic.