Click or drag to resize

ShellChangeNotifierOnChange Method

Implementation for OnChange(NotificationEvents, String, String). Executes the Change event.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public void OnChange(
	NotificationEvents pEvent,
	string pPath1,
	string pPath2
)

Parameters

pEvent
Type: Jam.ShellNotificationEvents
The event.
pPath1
Type: SystemString
The first p path.
pPath2
Type: SystemString
The second p path.

Implements

IShellChangeNotifierOnChange(NotificationEvents, String, String)
See Also