Click or drag to resize

FolderChangingEventArgs Class

Event arguments for the ExplorerBrowser.NavigationPending event. To cancel the navigation operation Cancel can be set to true.
Inheritance Hierarchy

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

The FolderChangingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFolderIdList
Gets an ItemIdList representing the target folder of the navigation.
Top
See Also