GoXam for WPF v3
OnQueryContinueDrag Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnQueryContinueDrag Method
The System.Windows.QueryContinueDragEventArgs that contains the event data.
Invoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnQueryContinueDrag( 
   QueryContinueDragEventArgs e
)

Parameters

e
The System.Windows.QueryContinueDragEventArgs that contains the event data.
Remarks
This calls Northwoods.GoXam.Tool.DraggingTool.DoQueryContinueDrag on the diagram's DraggingTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members