Click or drag to resize

ShellFolderServerOnDragDropTarget Method

Called when a drag and drop event occurs.

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

Parameters

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