DelegateDragDropCompletedEventHandler
Delegate
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
Methods
BeginInvoke(object, DragDropCompletedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DragDropCompletedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, DragDropCompletedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, DragDropCompletedEventArgs e)
Parameters
sender
e