Click or drag to resize

PathEventArgs Class

EventArgs containing a Path.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public class PathEventArgs : EventArgs

The PathEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPathEventArgs
Constructor.
Top
Properties
  NameDescription
Public propertyPath
The affected path.
Top
See Also