FolderChangingEventArgs Class |
Event arguments for the
ExplorerBrowser.NavigationPending event. To cancel the navigation operation
Cancel can be set to true.
Inheritance Hierarchy Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic class FolderChangingEventArgs : CancelEventArgs
Public Class FolderChangingEventArgs
Inherits CancelEventArgs
public ref class FolderChangingEventArgs : public CancelEventArgs
type FolderChangingEventArgs =
class
inherit CancelEventArgs
endThe FolderChangingEventArgs type exposes the following members.
Properties| | Name | Description |
|---|
 | FolderIdList | Gets an ItemIdList representing the target folder of the navigation. |
Top
See Also