IComboSelectionChangedEventArgs

Event emitted when the Combo's selection has changed

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

added: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:50

The display text of the combo text box

displayText: string

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:54

The user interaction that triggered the selection change

event?: Event

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:56

An array containing the new selection items

newSelection: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:48

An array containing the new selection items

newValue: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:44

An array containing the old selection items

oldSelection: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:46

An array containing the old selection values

oldValue: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:42

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:455

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

removed: any[]

Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:52