APIForm controls APITabs APITabs EventschangeOn this pageonChange Description Fires when a new tab is selected in the control Usage onChange?: (ev: { value: string | number }) => void; Parameters value - (required) the id of the newly selected tab Example