Click or drag to resize

DragDropHandler Delegate

Delegate for DragDrop events.

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

Parameters

sender  Object
e  DragDropArgs
See Also