This section describes events that the ButtonGroup UI component raises.
Raised when the UI component is rendered and each time the component is repainted.
Event
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a button is clicked or tapped.
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when a button is selected or selection is canceled.
Main article: onSelectionChanged