Hi everyone
For an example :
I have a WidgetA, this widget has child in his hierarchy who is a WidgetB:
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:
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.