Angular ContextMenu - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxContextMenuTypes } from "devextreme-angular/ui/context-menu"
Type: DxContextMenuTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: dxo-component
Type:

ContextMenu

element

The UI component's container.

removedItems

Type:

Array<any>