Click or drag to resize

ShellChangeNotifierOnChange Method

Fires the OnChange event, when something happened in the monitored directories.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void OnChange(
	NotificationEvents pEvent,
	string pPath1,
	string pPath2
)

Parameters

pEvent
Type: Jam.ShellNotificationEvents
Provides data for the OnChange event.
pPath1
Type: SystemString
Contains information like a path, where something happened, or the name of a file before it has been renamed.
pPath2
Type: SystemString
Contains information like the name of a file after it has been renamed.

Implements

IShellChangeNotifierOnChange(NotificationEvents, String, String)
See Also