Method OnLeftTreeViewSelectionChanged
OnLeftTreeViewSelectionChanged(object?, EventArgs)
Handles the selection change event for the left tree view.
protected virtual void OnLeftTreeViewSelectionChanged(object? sender, EventArgs e)
Parameters
senderobjectThe source of the event, typically the control that triggered the selection change.
eEventArgsAn 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.