ShellChangeNotifierSendChangeNotify(NotificationEvents, String, String) Method |
Sends a shell change notification to the system that informs other processes about a achange.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic static void SendChangeNotify(
NotificationEvents p_Event,
string p_Path1,
string p_Path2
)
Public Shared Sub SendChangeNotify (
p_Event As NotificationEvents,
p_Path1 As String,
p_Path2 As String
)
public:
static void SendChangeNotify(
NotificationEvents p_Event,
String^ p_Path1,
String^ p_Path2
)
static member SendChangeNotify :
p_Event : NotificationEvents *
p_Path1 : string *
p_Path2 : string -> unit Parameters
- p_Event NotificationEvents
- The event shat should be send.
- p_Path1 String
- The first path that is affected by the change.
- p_Path2 String
- The second path that is affected by the change.
See Also