ElementReference.PathChanged Event
Occurs when the Path of the referenced element changed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Event PathChanged As PropertyValueChangedEventHandler(Of String)
public event PropertyValueChangedEventHandler<string> PathChanged
public:
event PropertyValueChangedEventHandler<String^>^ PathChanged {
void add (PropertyValueChangedEventHandler<String^>^ value);
void remove (PropertyValueChangedEventHandler<String^>^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace