ShellBrowser .Net Edition
SendChangeNotify Method (p_Event, p_Path)
NamespacesJam.ShellShellChangeNotifierSendChangeNotify(NotificationEvents, String)
Sends a shell change notification to the system that informs other processes about a achange.
Declaration Syntax
C#Visual BasicVisual C++
public static void SendChangeNotify(
	NotificationEvents p_Event,
	string p_Path
)
Public Shared Sub SendChangeNotify ( _
	p_Event As NotificationEvents, _
	p_Path As String _
)
public:
static void SendChangeNotify(
	NotificationEvents p_Event, 
	String^ p_Path
)
Parameters
p_Event (NotificationEvents)
The event shat should be send.
p_Path (String)
The path that is affected by the change.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)