AutocompleteSelectionChangingEventArgs

Interface that encapsulates onItemSelection event arguments - new value and cancel selection.

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: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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

New value selected from the drop down

value: string

Defined in projects/igniteui-angular/drop-down/src/drop-down/autocomplete/autocomplete.directive.ts:27