CdkDragExit
interface
Event emitted when the user removes an item from a drop container by moving it into another one.
container
CdkDropList<T>Container from which the user has a removed an item.
item
CdkDrag<I>Item that was removed from the container.
Jump to details