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