Name

WatcherChangeTypes

Synopsis

This enumeration represents the different types of changes that can occur on a file. It is used by FileSystemEventArgs.

Public Enum WatcherChangeTypes
                  Created = &H000000001
                  Deleted = &H000000002
                  Changed = &H000000004
                  Renamed = &H000000008
                  All = &H00000000F
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) WatcherChangeTypes

Returned By

FileSystemEventArgs.ChangeType, WaitForChangedResult.ChangeType

Passed To

FileSystemEventArgs.FileSystemEventArgs(), FileSystemWatcher.WaitForChanged(), RenamedEventArgs.RenamedEventArgs(), WaitForChangedResult.ChangeType

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.