Click or drag to resize

ShellCommandEventArgsPaths Property

The paths the shell command will affect. (readonly)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public PathCollection Paths { get; }

Property Value

Type: PathCollection
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