IComboSelectionChangingEventArgs
Event emitted when the Combo's selection is changing
Properties
Section titled "Properties"added
Section titled "added"Inherited from: IComboSelectionChangedEventArgs
An array containing the items added to the selection (if any)
added: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:36
cancel
Section titled "cancel"Inherited from: IBaseCancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
displayText
Section titled "displayText"Inherited from: IComboSelectionChangedEventArgs
The display text of the combo text box
displayText: string Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:40
Optional event
Section titled "event"Inherited from: IComboSelectionChangedEventArgs
The user interaction that triggered the selection change
event?: Event Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:42
newSelection
Section titled "newSelection"Inherited from: IComboSelectionChangedEventArgs
An array containing the new selection items
newSelection: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:34
newValue
Section titled "newValue"Inherited from: IComboSelectionChangedEventArgs
An array containing the new selection items
newValue: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:30
oldSelection
Section titled "oldSelection"Inherited from: IComboSelectionChangedEventArgs
An array containing the old selection items
oldSelection: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:32
oldValue
Section titled "oldValue"Inherited from: IComboSelectionChangedEventArgs
An array containing the old selection values
oldValue: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:28
Optional owner
Section titled "owner"Inherited from: IComboSelectionChangedEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
removed
Section titled "removed"Inherited from: IComboSelectionChangedEventArgs
An array containing the items removed from the selection (if any)
removed: any[] Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:38