Fires the OnChange event, when something happened in the monitored directories.
| C# | Visual Basic | Visual C++ |
protected void OnChange( NotificationEvents Event, string Path1, string Path2 )
Protected Sub OnChange ( _ Event As NotificationEvents, _ Path1 As String, _ Path2 As String _ )
protected: void OnChange( NotificationEvents Event, String^ Path1, String^ Path2 )
- Event (NotificationEvents)
- Provides data for the OnChange event.
- Path1 (String)
- Contains information like a path, where something happened, or the name of a file before it has been renamed.
- Path2 (String)
- Contains information like the name of a file after it has been renamed.