Delegate
DragDropCompletedEventHandler

Represents a method that gives information about the effect about drag-and-drop operation.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1003:UseGenericEventHandlerInstances", Justification = "Compatibility")]
public delegate void DragDropCompletedEventHandler(object sender, DragDropCompletedEventArgs e)

Constructors

DragDropCompletedEventHandler(object, nint)

Declaration

cs-api-definition
public DragDropCompletedEventHandler(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, DragDropCompletedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DragDropCompletedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

DragDropCompletedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, DragDropCompletedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, DragDropCompletedEventArgs e)

Parameters

sender

object

e

DragDropCompletedEventArgs