ShellChangeNotifierOnChange Method |
Fires the OnChange event, when something happened in the monitored directories.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void OnChange(
NotificationEvents pEvent,
string pPath1,
string pPath2
)
Public Sub OnChange (
pEvent As NotificationEvents,
pPath1 As String,
pPath2 As String
)
public:
virtual void OnChange(
NotificationEvents pEvent,
String^ pPath1,
String^ pPath2
) sealed
abstract OnChange :
pEvent : NotificationEvents *
pPath1 : string *
pPath2 : string -> unit
override OnChange :
pEvent : NotificationEvents *
pPath1 : string *
pPath2 : string -> unit
Parameters
- pEvent NotificationEvents
- Provides data for the OnChange event.
- pPath1 String
- Contains information like a path, where something happened, or the name of a file before it has been renamed.
- pPath2 String
- Contains information like the name of a file after it has been renamed.
Implements
IShellChangeNotifierOnChange(NotificationEvents, String, String)
See Also