The WebForms SegmentedControl supports a set of client-side events that enable you to react to user interactions and control lifecycle moments.
This demo shows how to use and handle the load event, which fires when the component is initialized, and the
change event,
which fires when the selected item changes.