Interface IComboSelectionChangeEventArgs

Event emitted when an igx-combo's selection is changing

Hierarchy

Properties

added

added: any[]

An array containing the values that will be added to the selection (if any)

cancel

cancel: boolean

Provides the ability to cancel the event.

displayText

displayText: string

The text that will be displayed in the combo text box

Optional event

event: Event

The user interaction that triggered the selection change

newSelection

newSelection: any[]

An array containing the values that will be selected after this event

oldSelection

oldSelection: any[]

An array containing the values that are currently selected

Optional owner

owner: any

Provides reference to the owner component.

removed

removed: any[]

An array containing the values that will be removed from the selection (if any)