Parameters
- from
- the object that had been under the mouse, or null if the mouse was not over any document object
- to
- the object that is now under the mouse, or null if the mouse is now in the view's background
- view
By default this method does nothing but return false. This method is normally invoked by the GoToolManager tool and the GoToolDragging tool, through the GoView.GoView.DoObjectEnterLeave method. Thus the GoView.ObjectEnterLeave event is not raised during a resize or a linking operation or the operation of other tools. This method is also not called directly on external drag-and-drop operations from other Controls. However, you may be able to get called in such situations if GoView.GoView.ExternalDragDropsOnEnter is true, because then a drag enter causes a drop which adds objects to the document that are dragged around by the GoToolDragging tool.