Click or drag to resize

DragDropHandler Delegate

Delegate for DragDrop events.

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public delegate void DragDropHandler(
	Object sender,
	DragDropArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddIn.CommonDragDropArgs
See Also