Class DragDropCompletedEventHandler
Inheritance
System.Object
DragDropCompletedEventHandler
Namespace: Telerik.UI.Xaml.Controls.DragDrop
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class DragDropCompletedEventHandler : MulticastDelegate
Constructors
DragDropCompletedEventHandler(Object, IntPtr)
Declaration
public DragDropCompletedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DragDropCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DragDropCompletedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Drag
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DragDropCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, DragDropCompletedEventArgs e)
Parameters
System.
|
Drag
|