Table of Contents

Event QueryContinueDrag

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

public event QueryContinueDragEventHandler? QueryContinueDrag

Returns

QueryContinueDragEventHandler
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
Implements

Remarks

Currently this event is not called.