ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellChangeNotifier.TJamShellChangeNotifier.OnChange

This event occurs, if a relevant change has occurred in the ShellNamespace.

Syntax
Pascal
property OnChange: TJamShellNotifierEvent;

This event is fired whenever an event occurs, that is enabled using the EventFilter property. The type of the event is supplied in the variable Event, more details about the event types are available in the chapter for the EventFilter property.  

The variable path1 contains the path of the file or folder for that the event occurred, except for event types that do not refer to a certain file system type: neAssociationChange, neImageListChange.  

The variable path2 contains the destination path for the events: neFolderRename, neFileRename. For all other events, path2 should be ignored.