Skip to main content
A newer version of this page is available. .

TdxAlertWindowManager.OnDragMove Event

Enables you to respond to moving an alert window during a drag-and-drop operation (dragging the window).

Declaration

property OnDragMove: TdxAlertWindowManagerNotifyEvent read; write;

Remarks

Sender specifies the alert window manager.

AAlertWindow specifies the alert window being dragged.

Once a drag-and-drop operation is started (OnDragBegin is fired), handle the OnDragMove and OnDragEnd events to track its progress.

You can handle the OnDragMove event in combination with other mouse tracking events (OnMouseDown, OnMouseUp, OnMouseEnter, OnMouseLeave, and OnMouseMove).

See Also