Click or drag to resize

PathEditPropertyChanged Event

This event is issued if the TextField in the PathEdit changed. It is available here to be able to add a DataBinding to the Path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event PropertyChangedEventHandler PropertyChanged

Value

Type: System.ComponentModelPropertyChangedEventHandler

Implements

INotifyPropertyChangedPropertyChanged
See Also