Click or drag to resize

ShellChangeNotifierSendChangeNotify Method (NotificationEvents, String)

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

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public static void SendChangeNotify(
	NotificationEvents p_Event,
	string p_Path
)

Parameters

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