DelegateQueryContinueDragEventHandler
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:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1003:UseGenericEventHandlerInstances", Justification = "Compatibility")]
public delegate void QueryContinueDragEventHandler(object sender, QueryContinueDragEventArgs e)
Constructors
Methods
BeginInvoke(object, QueryContinueDragEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, QueryContinueDragEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, QueryContinueDragEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, QueryContinueDragEventArgs e)
Parameters
sender
e