Click or drag to resize

ShellCommandEventArgs Class

The ShellCommandEventArgs contains which Verb is applied to what Items or Paths.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellShellCommandEventArgs
      Jam.ShellBeforeShellCommandEventArgs

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

The ShellCommandEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCommandSucceededGets a value indicating whether the command succeeded.
Public propertyErrorReturns the Exception that might have occurred.
Public propertyItemsGets 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