ISelectionEventArgs
Interface that encapsulates selectionChanging event arguments - old selection, new selection and cancel selection.
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: CancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
newSelection
Section titled "newSelection"newSelection: IgxDropDownItemBaseDirective Defined in projects/igniteui-angular/drop-down/src/drop-down/drop-down.common.ts:28
oldSelection
Section titled "oldSelection"oldSelection: IgxDropDownItemBaseDirective Defined in projects/igniteui-angular/drop-down/src/drop-down/drop-down.common.ts:27
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