React ButtonGroup - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/ui/button_group"
Type:

Object

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: Component
Type:

ButtonGroup

element

The UI component's container.

removedItems

Type:

Array<any>