Click or drag to resize

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

Parameters

sender
Type: System.Object
sender of the event, not used here
e
Type: Jam.Shell.ChangeNotificationPidlEventArgs
the event arguments that happened
See Also