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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void ChangeNotificationHandler(
Object sender,
ChangeNotificationPidlEventArgs e
)
Protected Sub ChangeNotificationHandler (
sender As Object,
e As ChangeNotificationPidlEventArgs
)
protected:
void ChangeNotificationHandler(
Object^ sender,
ChangeNotificationPidlEventArgs^ e
)
member ChangeNotificationHandler :
sender : Object *
e : ChangeNotificationPidlEventArgs -> unit Parameters
- sender Object
- sender of the event, not used here
- e ChangeNotificationPidlEventArgs
- the event arguments that happened
See Also