[]
        
(Showing Draft Content)

C1.WPF.DragDropEventHandler

DragDropEventHandler Delegate

Method used to handle drag drop events.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public delegate void DragDropEventHandler(object source, DragDropEventArgs e)
Parameters
Type Name Description
object source

Object that raised the event.

DragDropEventArgs e

DragDropEventArgs that contains the event data.

Constructors

Name Description
DragDropEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, DragDropEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DragDropEventArgs)