Click or drag to resize

PathEventArgs Class

EventArgs containing a Path.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellPathEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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