Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace