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.1
Syntax protected 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
- Type: SystemObject
the sender that initiated the event - e
- Type: Jam.ShellChangeNotificationPidlEventArgs
the event arguments
See Also