Click or drag to resize

ShellFolderServerOnDragDropTarget Method

Called when a drag and drop event occurs.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnDragDropTarget(
	DragDropTargetEventArgs e
)

Parameters

e
Type: ShellBoost.CoreDragDropTargetEventArgs
The DragDropTargetEventArgs instance containing the event data.
See Also