Class DragDropCompletedEventHandler
Represents a method that gives information about the effect about drag-and-drop operation.
Inheritance
System.Object
DragDropCompletedEventHandler
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DragDropCompletedEventHandler : MulticastDelegate
Constructors
DragDropCompletedEventHandler(Object, IntPtr)
Declaration
public DragDropCompletedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, DragDropCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DragDropCompletedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
DragDropCompletedEventArgs
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, DragDropCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, DragDropCompletedEventArgs e)
Parameters
System.Object
sender
|
DragDropCompletedEventArgs
e
|