Share via


ErrorsContainer<T> Class

Manages validation errors for an object, notifying when the error state changes.

Namespace:  Microsoft.Practices.Prism.ViewModel
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class ErrorsContainer<T>
'Declaration
Public Class ErrorsContainer(Of T)

Type Parameters

  • T
    The type of the error object.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.ViewModel.ErrorsContainer<T>

See Also

ErrorsContainer<T> Members

Microsoft.Practices.Prism.ViewModel Namespace