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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void ChangeNotificationHandler(
	Object sender,
	ChangeNotificationPidlEventArgs e
)

Parameters

sender
Type: SystemObject
the sender that initiated the event
e
Type: Jam.ShellChangeNotificationPidlEventArgs
the event arguments
See Also