Parameters
- evt
- a GoObjectEventArgs whose GoObjectEventArgs.GoObjectEventArgs.GoObject property refers to the object at which the mouse might drop the selection; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will also reject a drop, just as returning true does
- view
Return Value
True to indicate a drop of the view's Selection should not occur on this object.
False to indicate that it might be OK, and to continue calling this method up
the chain of parent objects to see if any parent wants to cancel the drop.