Click or drag to resize

DragDropTargetEventArgsDataObject Property

Gets the Data Object that contains the data associated with this event.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellDataObject DataObject { get; }

Property Value

Type: ShellDataObject
The data object.
See Also