Click or drag to resize

ShellCommandEventArgs Class

The ShellCommandEventArgs contains which Verb is applied to what Items or Paths.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public class ShellCommandEventArgs : EventArgs

The ShellCommandEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommandSucceeded
Gets a value indicating whether the command succeeded.
Public propertyError
Returns the Exception that might have occurred.
Public propertyItems
Gets the ItemIdLists that will be affected by the ShellCommand.
Public propertyPaths
The paths the shell command will affect. (readonly)
Public propertyVerb
Contains the context menu item, which has been selected.
Top
See Also