ShellBrowser .Net Edition
ChangeNotificationHandler Method (sender, p_changeNotificationEventPidlArgs)
NamespacesJam.ShellShellTreeViewChangeNotificationHandler(Object, ChangeNotificationPidlEventArgs)
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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sender (Object)
sender of the event, not used here
p_changeNotificationEventPidlArgs (ChangeNotificationPidlEventArgs)
the event arguments that happened

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)