Click or drag to resize

ShellListViewChangeNotificationHandler Method

This method gets called by the ShellChangeNotifier object and informs about changes in the current folder.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void ChangeNotificationHandler(
	Object sender,
	ChangeNotificationPidlEventArgs e
)

Parameters

sender  Object
the sender that initiated the event
e  ChangeNotificationPidlEventArgs
the event arguments
See Also