Visual Basic (Declaration) | |
---|---|
Public Property EnableBroswerWatcher As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterThumbnailBrowser Dim value As Boolean instance.EnableBroswerWatcher = value value = instance.EnableBroswerWatcher |
C# | |
---|---|
public bool EnableBroswerWatcher {get; set;} |
Property Value
true: enable system watcher, false: disable system watcherFor an example, refer to RasterThumbnailBrowser.
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7