ShellCommandEventArgsPaths Property |
The paths the shell command will affect. (readonly)
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic PathCollection Paths { get; }
Public ReadOnly Property Paths As PathCollection
Get
public:
property PathCollection^ Paths {
PathCollection^ get ();
}
member Paths : PathCollection with get
Property Value
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