IElementChangeScope Members
Include Protected Members
Include Inherited Members
The IElementChangeScope type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
GetEnumerator | Overloaded. |
Extension Methods
Name | Description | |
---|---|---|
ForEach |
Execute action for each element of sequence.
(Defined by EnumerableExtensions.) |
|
WithNoExceptions |
Filters out exceptions produced by IEnumerable<T>.
(Defined by SafeEnumerableExtensions.) |
|
WithNoExceptions |
Filters out exceptions produced by IEnumerable<T> and calls back to an Action<T> for handling errors.
(Defined by SafeEnumerableExtensions.) |
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace