ISimpleComboSelectionChangedEventArgs
Emitted when the Combo's selection has changed.
Properties
Section titled "Properties"displayText
Section titled "displayText"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
newSelection
Section titled "newSelection"The new selection item
newSelection: any Defined in projects/igniteui-angular/simple-combo/src/simple-combo/simple-combo.component.ts:25
newValue
Section titled "newValue"The new selection value
newValue: any Defined in projects/igniteui-angular/simple-combo/src/simple-combo/simple-combo.component.ts:21
oldSelection
Section titled "oldSelection"The old selection item
oldSelection: any Defined in projects/igniteui-angular/simple-combo/src/simple-combo/simple-combo.component.ts:23
oldValue
Section titled "oldValue"The old selection value
oldValue: any Defined in projects/igniteui-angular/simple-combo/src/simple-combo/simple-combo.component.ts:19
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428