This event is fired when a change event was fired from the system for one of the monitored paths in the Directories property.
| C# | Visual Basic | Visual C++ |
public event EventHandler<ChangeNotificationEventArgs> Change
Public Event Change As EventHandler(Of ChangeNotificationEventArgs)
public: event EventHandler<ChangeNotificationEventArgs^>^ Change { void add (EventHandler<ChangeNotificationEventArgs^>^ value); void remove (EventHandler<ChangeNotificationEventArgs^>^ value); }