Delegate
GiveFeedbackEventHandler

Represents a method that will handle the feedback routed event from in-process drag-and-drop operations.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

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

Constructors

GiveFeedbackEventHandler(object, nint)

Declaration

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

Parameters

object

object

method

nint

Methods

BeginInvoke(object, GiveFeedbackEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GiveFeedbackEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GiveFeedbackEventArgs)

Declaration

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

Parameters

sender

object

e

GiveFeedbackEventArgs