Share via


IElementChangeScope Interface

An implementation of INotifyCollectionChanged and IEnumerable<T> that can be used to iterate over and receive CollectionChanged events for ElementViewModel instances.

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

Syntax

'Declaration
Public Interface IElementChangeScope _
    Implements INotifyCollectionChanged, IEnumerable(Of ElementViewModel),  _
    IEnumerable, IDisposable
public interface IElementChangeScope : INotifyCollectionChanged, 
    IEnumerable<ElementViewModel>, IEnumerable, IDisposable
public interface class IElementChangeScope : INotifyCollectionChanged, 
    IEnumerable<ElementViewModel^>, IEnumerable, IDisposable
public interface IElementChangeScope extends INotifyCollectionChanged, IEnumerable<ElementViewModel>, IEnumerable, IDisposable

See Also

IElementChangeScope Members

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