ShellBrowser .Net Edition
OnChange Method (Event, Path1, Path2)
NamespacesJam.ShellShellChangeNotifierOnChange(NotificationEvents, String, String)
Fires the OnChange event, when something happened in the monitored directories.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnChange(
	NotificationEvents Event,
	string Path1,
	string Path2
)
Protected Sub OnChange ( _
	Event As NotificationEvents, _
	Path1 As String, _
	Path2 As String _
)
protected:
void OnChange(
	NotificationEvents Event, 
	String^ Path1, 
	String^ Path2
)
Parameters
Event (NotificationEvents)
Provides data for the OnChange event.
Path1 (String)
Contains information like a path, where something happened, or the name of a file before it has been renamed.
Path2 (String)
Contains information like the name of a file after it has been renamed.

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