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.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace