Delegate
DragEventHandler

Represents a method that will handle drag-and-drop routed events.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

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

Constructors

DragEventHandler(object, nint)

Declaration

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

Parameters

object

object

method

nint

Methods

BeginInvoke(object, DragEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

DragEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, DragEventArgs)

Declaration

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

Parameters

sender

object

e

DragEventArgs