| ShellChangeNotifierBeginUpdate Method  | 
 Begins an update of a ShellChangeNotifier configuration. 
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic void BeginUpdate()
public:
void BeginUpdate()
member BeginUpdate : unit -> unit 
 Remarks
RemarksNormally any change (e.g. adding a directory) will trigger the re-registration of directories for notification events in the system. 
                     If more changes should happen at once (e.g. adding a list of directories), call BeginUpdate before, and EndUpdate after all operations are finished. 
            
 See Also
See Also