ElementViewModel.DescendentElementsChanged Event
Raised when DescendentElements() 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 DescendentElementsChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler DescendentElementsChanged
public:
event NotifyCollectionChangedEventHandler^ DescendentElementsChanged {
void add (NotifyCollectionChangedEventHandler^ value);
void remove (NotifyCollectionChangedEventHandler^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace