ShellChangeNotifierChange Event |
This event is fired when a change event was fired from the system for one of the monitored paths in the
Directories property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public event EventHandler<ChangeNotificationEventArgs> Change
Public Event Change As EventHandler(Of ChangeNotificationEventArgs)
public:
virtual event EventHandler<ChangeNotificationEventArgs^>^ Change {
void add (EventHandler<ChangeNotificationEventArgs^>^ value);
void remove (EventHandler<ChangeNotificationEventArgs^>^ value);
}
abstract Change : IEvent<EventHandler<ChangeNotificationEventArgs>,
ChangeNotificationEventArgs>
override Change : IEvent<EventHandler<ChangeNotificationEventArgs>,
ChangeNotificationEventArgs>
Value
Type:
SystemEventHandlerChangeNotificationEventArgsImplements
IShellChangeNotifierChangeSee Also