Click or drag to resize

ShellCommandEventArgsItems Property

Gets the ItemIdLists that will be affected by the ShellCommand.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public JamItemIdListCollection Items { get; }

Property Value

Type: JamItemIdListCollection
Returns the ItemIdLists that will be affected by the ShellCommand.
Remarks
For the Paste operation the paths don't contain the files that will be pasted, but instead the element that receives the pasted contents of clipboard. Use (Windows.Forms/System.Windows) Clipboard functions to check the pasted contents instead./>
See Also