![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 222
1998-2004 Gravitybox Software LLC
DragEnterSchedule
Event DragEnterSchedule(DragOperation
As DragOperationConstants)
Event DragEnterSchedule(DragOperation As
DragOperationConstants)
This event is raised when a drag enters the a
schedule window with a drag. If you are
adding/moving/copying from outside the schedule,
this event will let you know when the mouse moves
over the schedule area for the first time when
dragging. The DragOperation parameter is the effect
that is used and can be one of three values Copy,
Move, or Add.
DragExitSchedule
Event DragExitSchedule()
This event is raised when a drag exit the a schedule
window with a drag. If you are
adding/moving/copying from outside the schedule,
this event will let you know when the mouse moves
over the schedule area for the last time before
leaving the window during a drag operation.
|