In 2.3 something went wrong. TargetModel is null in DropInfo that passed to OnDrop method of a drop handler. It makes it impossible to determine where I drop my object. I should perform drop on MapView only. In 2.2 TargetModel contained that MapView when I dragging an object over it.
Is it a bug or there is API to specify where it is valid to drop an object?