Interface ISelectionEventArgs

Interface that encapsulates selectionChanging event arguments - old selection, new selection and cancel selection.

Export

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

newSelection: IgxDropDownItemBaseDirective
oldSelection: IgxDropDownItemBaseDirective
owner?: any

Provides reference to the owner component.