Click or drag to resize

PathChangeCancelEventArgs Class

EventArgs Type for a cancellable path related event.
Inheritance Hierarchy

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

The PathChangeCancelEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPathChangeCancelEventArgs
Constructor.
Top
Properties
  NameDescription
Public propertyNewLocation
Contains the new path.
Top
See Also