This method gets called by the ShellChangeNotifier object
and informs about changes in the current folder. It sets the cursor of the ShellTreeView
to the correct position if i.e. a file was renamed, a network drive was unmounted, etc.
| C# | Visual Basic | Visual C++ |
protected void ChangeNotificationHandler( Object sender, ChangeNotificationPidlEventArgs p_changeNotificationEventPidlArgs )
Protected Sub ChangeNotificationHandler ( _ sender As Object, _ p_changeNotificationEventPidlArgs As ChangeNotificationPidlEventArgs _ )
protected: void ChangeNotificationHandler( Object^ sender, ChangeNotificationPidlEventArgs^ p_changeNotificationEventPidlArgs )
- sender (Object)
- sender of the event, not used here
- p_changeNotificationEventPidlArgs (ChangeNotificationPidlEventArgs)
- the event arguments that happened