ErrorsChanged Event
Collapse the table of content
Expand the table of content

INotifyDataErrorInfo::ErrorsChanged Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when the validation errors have changed for a property or for the entire entity.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

No code example is currently available or this language may not be supported.

The implementing class should raise this event on the user interface thread whenever the GetErrors return value changes, even if the return value implements INotifyCollectionChanged.

For an example of an implementation of this event, see the INotifyDataErrorInfo class overview.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft