ElementViewModel.ElementReferencesChanged Event
Raised when elements visually related to this element change.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Event ElementReferencesChanged As EventHandler
public event EventHandler ElementReferencesChanged
public:
event EventHandler^ ElementReferencesChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace