ISimpleComboSelectionChangingEventArgs

Emitted when the Combo's selection is changing.

Inherited from: CancelableEventArgs

Provides the ability to cancel the event.

cancel: boolean

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

Inherited from: ISimpleComboSelectionChangedEventArgs

The display text of the combo text box

displayText: string

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

Inherited from: ISimpleComboSelectionChangedEventArgs

The new selection item

newSelection: any

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

Inherited from: ISimpleComboSelectionChangedEventArgs

The new selection value

newValue: any

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

Inherited from: ISimpleComboSelectionChangedEventArgs

The old selection item

oldSelection: any

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

Inherited from: ISimpleComboSelectionChangedEventArgs

The old selection value

oldValue: any

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

Inherited from: ISimpleComboSelectionChangedEventArgs

Provides reference to the owner component.

owner?: any

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