Click or drag to resize

GetDragDropParametersEventArgsType Property

Gets the type of drag and drop event.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DragDropTargetEventType Type { get; }

Property Value

Type: DragDropTargetEventType
The type of event.
See Also