Click or drag to resize

DragDropTargetEventArgsDataObject Property

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

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

Property Value

Type: ShellDataObject
The data object.
See Also