Click or drag to resize

ShellTreeViewChangeNotificationHandler Method

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.

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

Parameters

sender
Type: SystemObject
sender of the event, not used here
e
Type: Jam.ShellChangeNotificationPidlEventArgs
the event arguments that happened
See Also