DesktopUIControl.DragEnter Event
Fires when the passed DragItem enters the DesktopUIControl.

DragEnter(
obj
as DragItem,
Action
as DragItem.Types)
as Boolean
Parameters
- obj
- The drag item.
- Action
- Specifies the type of drag action.
Returns
- Boolean
- Return True from this event to prevent the drop from occurring.
Remarks
This event is part of Xojo base class.