Child DragEnter called before the parent's one

Hi everyone

For an example :
I have a WidgetA, this widget has child in his hierarchy who is a WidgetB:

331418-screenshot-3.png

Both WidgetA and WidgetB override the DragEnter method but the DragEnter of WidgetB is called before the one of WidgetA when a widget who is drag enter their space:

331419-screenshot-1.png

I want to know if there is way to do so WidgetA DragEnter would be called first and next WidgetB DragEnter whould be called ?
Thx you in advance for your time and sorry for my bad english.

Afaik, there’s no configurable granularity like this. But since you’re intercepting both, you should be able to handle one with some delay.