←Select platform

EnableBroswerWatcher Property

Summary

Enable system watcher for the paths that specified when call LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method

Syntax

C#
VB
C++
public bool EnableBroswerWatcher {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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize