QueryContinueDragEventHandler
Delegate
Represents a method that will handle the routed events that enables a drag-and-drop operation to be canceled by the drag source.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public delegate void QueryContinueDragEventHandler(object sender, QueryContinueDragEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, QueryContinueDragEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, QueryContinueDragEventArgs e)