ShellChangeNotifierOnChange Method |
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public 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
- Type: Jam.ShellNotificationEvents
The event. - pPath1
- Type: SystemString
The first p path. - pPath2
- Type: SystemString
The second p path.
Implements
IShellChangeNotifierOnChange(NotificationEvents, String, String)See Also