ShellBrowser .Net Edition
ChangeNotificationHandler Method (sender, e)
NamespacesJam.ShellShellListViewChangeNotificationHandler(Object, ChangeNotificationPidlEventArgs)
This method gets called by the ShellChangeNotifier object and informs about changes in the current folder.
Declaration Syntax
C#Visual BasicVisual C++
protected void ChangeNotificationHandler(
	Object sender,
	ChangeNotificationPidlEventArgs e
)
Protected Sub ChangeNotificationHandler ( _
	sender As Object, _
	e As ChangeNotificationPidlEventArgs _
)
protected:
void ChangeNotificationHandler(
	Object^ sender, 
	ChangeNotificationPidlEventArgs^ e
)
Parameters
sender (Object)
the sender that initiated the event
e (ChangeNotificationPidlEventArgs)
the event arguments

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