RadControls for WPF

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

Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public delegate void DragInitializeEventHandler(
	Object sender,
	DragInitializeEventArgs e
)
Visual Basic
Public Delegate Sub DragInitializeEventHandler ( _
	sender As Object, _
	e As DragInitializeEventArgs _
)

Parameters

sender
Type: System..::..Object
The object where the event handler is attached.
e
Type: Telerik.Windows.DragDrop..::..DragInitializeEventArgs
The event data.

See Also