Click or drag to resize

GetDataObjectEventArgsItems Property

Gets the context shell items.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<ShellItem> Items { get; }

Property Value

Type: IReadOnlyListShellItem
The shell items.
See Also