Skip to main content
Version: 3.5

DragAction

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how and if a drag-and-drop operation should continue.

public enum DragAction : Enum

Fields

NameDescription
CancelThe operation is canceled with no drop message.
ContinueThe operation will continue.
DropThe operation will stop with a drop.

Used By

NameDescription
QueryContinueDragEventArgs.ActionReturns or sets the status of a drag-and-drop operation.