Table of Contents

Method OnButtonComboBeforeShowPopup

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

OnButtonComboBeforeShowPopup(object?, EventArgs)

Handles the event triggered before the popup is displayed for the button combo.

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

Parameters

sender object

The source of the event, typically the button combo control.

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method sets the popup owner and value for the button combo control based on the current state.