←Select platform

EnableBrowserWatcher Property

Summary

Enable system watcher for the paths that specified when call LoadThumbnails(string,string,rasterthumbnailbrowserloadflags) method

Syntax

C#
VB
C++
public bool EnableBrowserWatcher { get; set; } 
  
Public Property EnableBroswerWatcher As Boolean 
public: 
property bool EnableBroswerWatcher { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true: enable system watcher, false: disable system watcher

Remarks

Enable this property will enable the system watcher and for any added/changed/deleted file in the specified path, then a WatcherChanged event will be raised, for renaming current file in the specified path, then then a WatcherRenamed event will be raised

Example

For an example, refer to RasterThumbnailBrowser.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly