Table of Contents

Method AfterQueryContinueDrag

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

AfterQueryContinueDrag(AbstractControl, QueryContinueDragEventArgs)

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

public virtual void AfterQueryContinueDrag(AbstractControl sender, QueryContinueDragEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e QueryContinueDragEventArgs

Event arguments.