Interface IComboSelectionChangingEventArgs

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

Hierarchy

Hierarchy

  • IBaseCancelableEventArgs
    • IComboSelectionChangingEventArgs

Properties

added: any[]

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

cancel: boolean

Provides the ability to cancel the event.

displayText: string

The text that will be displayed in the combo text box

event?: Event

The user interaction that triggered the selection change

newSelection: any[]

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

newValue: any[]

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

oldSelection: any[]

An array containing the items that are currently selected

oldValue: any[]

An array containing the values that are currently selected

owner?: any

Provides reference to the owner component.

removed: any[]

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