Table of Contents

Method OnLeftTreeViewSelectionChanged

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

OnLeftTreeViewSelectionChanged(object?, EventArgs)

Handles the selection change event for the left tree view.

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

Parameters

sender object

The source of the event, typically the control that triggered the selection change.

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method is invoked when the selection in the left tree view changes. It updates the card panel based on the selected item's tag, if applicable. Derived classes can override this method to provide custom behavior.