This event is fired when the users changes the path.
| C# | Visual Basic | Visual C++ |
public event EventHandler PathChanged
Public Event PathChanged As EventHandler
public: event EventHandler^ PathChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }