ElementViewModel.OnDescendentElementsChanged Method

Raises the DescendentElementsChanged event.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Protected Overridable Sub OnDescendentElementsChanged ( _
    sender As ElementViewModel, _
    collectionChanged As NotifyCollectionChangedEventArgs _
)
protected virtual void OnDescendentElementsChanged(
    ElementViewModel sender,
    NotifyCollectionChangedEventArgs collectionChanged
)
protected:
virtual void OnDescendentElementsChanged(
    ElementViewModel^ sender, 
    NotifyCollectionChangedEventArgs^ collectionChanged
)
protected function OnDescendentElementsChanged(
    sender : ElementViewModel, 
    collectionChanged : NotifyCollectionChangedEventArgs
)

Parameters

See Also

ElementViewModel Class

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