DragDrop.QueryContinueDragEvent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the QueryContinueDrag attached event.
public: static initonly System::Windows::RoutedEvent ^ QueryContinueDragEvent;
public static readonly System.Windows.RoutedEvent QueryContinueDragEvent;
staticval mutable QueryContinueDragEvent : System.Windows.RoutedEvent
Public Shared ReadOnly QueryContinueDragEvent As RoutedEvent
Field Value
Remarks
The QueryContinueDrag event occurs during a drag-and-drop operation, and enables the drag source to determine whether the drag-and-drop operation should be canceled.
This field identifies the bubbling version of the QueryContinueDrag event. For an identifier for the tunneling version of this event, see PreviewQueryContinueDragEvent.