| ShellChangeNotifierChangePIDL Event | 
 
            This event is fired when a change event for the given ItemIdList list of the given paths in the 
Directories property occured.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic event EventHandler<ChangeNotificationPidlEventArgs> ChangePIDL
Public Event ChangePIDL As EventHandler(Of ChangeNotificationPidlEventArgs)
public:
virtual  event EventHandler<ChangeNotificationPidlEventArgs^>^ ChangePIDL {
	void add (EventHandler<ChangeNotificationPidlEventArgs^>^ value);
	void remove (EventHandler<ChangeNotificationPidlEventArgs^>^ value);
}abstract ChangePIDL : IEvent<EventHandler<ChangeNotificationPidlEventArgs>,
    ChangeNotificationPidlEventArgs>
override ChangePIDL : IEvent<EventHandler<ChangeNotificationPidlEventArgs>,
    ChangeNotificationPidlEventArgs>Value
Type: 
SystemEventHandlerChangeNotificationPidlEventArgsImplements
IShellChangeNotifierChangePIDL See Also
See Also