Delegate
DragInitializeEventHandler

Represents a method that will handle the initialization of drag-and-drop operation and populate the needed data.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

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

Constructors

DragInitializeEventHandler(object, nint)

Declaration

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

Parameters

object

object

method

nint

Methods

BeginInvoke(object, DragInitializeEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

DragInitializeEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, DragInitializeEventArgs)

Declaration

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

Parameters

sender

object

e

DragInitializeEventArgs