Interface ISimpleComboSelectionChangingEventArgs

Emitted when an igx-simple-combo's selection is changing.

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

displayText: string

The text that will be displayed in the combo text box

newSelection: any

An object which represents the item that will be selected after this event

newValue: any

An object which represents the value that will be selected after this event

oldSelection: any

An object which represents the item that is currently selected

oldValue: any

An object which represents the value that is currently selected

owner?: any

Provides reference to the owner component.