| ShellBrowserBaseNext(IShellChangeNotifier) Method | 
            Moves on to next object in the active folder and makes it the active object. If Next has not
            been called before for the active folder, the first object is made active.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic ShellBrowserBaseAsyncResult Next(
	IShellChangeNotifier pNotifier
)
Public Function Next ( 
	pNotifier As IShellChangeNotifier
) As ShellBrowserBaseAsyncResult
public:
ShellBrowserBaseAsyncResult Next(
	IShellChangeNotifier^ pNotifier
)
member Next : 
        pNotifier : IShellChangeNotifier -> ShellBrowserBaseAsyncResult Parameters
- pNotifier  IShellChangeNotifier
- The notifier.
Return Value
ShellBrowserBaseAsyncResult
            true, if a next object was found. false, if no further object could be found.
            
 See Also
See Also