Share via


ElementViewModel.ChildElementsCollectionChange Event

Invoked when this element's ChildElements collection is 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 ChildElementsCollectionChange As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler ChildElementsCollectionChange
public:
 event NotifyCollectionChangedEventHandler^ ChildElementsCollectionChange {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
JScript does not support events.

See Also

ElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace