Click or drag to resize

ShellChangeNotifierSendChangeNotify Method (NotificationEvents, String, String)

Sends a shell change notification to the system that informs other processes about a achange.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static void SendChangeNotify(
	NotificationEvents p_Event,
	string p_Path1,
	string p_Path2
)

Parameters

p_Event
Type: Jam.ShellNotificationEvents
The event shat should be send.
p_Path1
Type: SystemString
The first path that is affected by the change.
p_Path2
Type: SystemString
The second path that is affected by the change.
See Also