Class QueryContinueDragEventHandler
Represents a method that will handle the routed events that enables a drag-and-drop operation to be canceled by the drag source.
Inheritance
System.Object
QueryContinueDragEventHandler
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class QueryContinueDragEventHandler : MulticastDelegate
Constructors
QueryContinueDragEventHandler(Object, IntPtr)
Declaration
public QueryContinueDragEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, QueryContinueDragEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, QueryContinueDragEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
QueryContinueDragEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, QueryContinueDragEventArgs)
Declaration
public virtual void Invoke(object sender, QueryContinueDragEventArgs e)
Parameters
System.Object
sender
|
QueryContinueDragEventArgs
e
|