UI Toolkit DropdownField detect expand and collapse

How do I detect if a dropdown field is currently expanded?

I managed to detect the expand event by registering NavigationSubmit and PointerDown callback. But I fail to detect a collapse event.