public virtual bool DoSelectionDropReject( GoInputEventArgs evt )
Parameters
- evt
Return Value
true if no drop should occur; false if a drop is acceptable.
public virtual bool DoSelectionDropReject( GoInputEventArgs evt )
DoExternalDrop
when dropping GoObject
s, for completeness, when the GoToolDragging tool is not used for normal external drag-and-drops. This method must be called before calling DoSelectionDropped, but it may be called many times during a drag before a drop actually happens.