ElementReference.NameChanged Event
Occurs when the Name 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 NameChanged As PropertyValueChangedEventHandler(Of String)
public event PropertyValueChangedEventHandler<string> NameChanged
public:
event PropertyValueChangedEventHandler<String^>^ NameChanged {
void add (PropertyValueChangedEventHandler<String^>^ value);
void remove (PropertyValueChangedEventHandler<String^>^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace