Table of Contents

Method OnButtonComboValueChanged

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

OnButtonComboValueChanged(object?, EventArgs)

Handles the event triggered when the data value of the button combo changes.

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

Parameters

sender object

The source of the event.

e EventArgs

Event arguments associated with the value change.