Method | Description | |
---|---|---|
ErrorProvider ( ) : System |
Constructor.
|
|
Validate ( ) : bool |
Validates the current DataContext and updates any displayed errors.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
Method | Description | |
---|---|---|
BindToDataContext ( object oldDataContext, object newDataContext ) : void |
Subscribes to the DataContext's PropertyChanged event and uses it to keep in sync with the error list.
|
|
DataContext_PropertyChanged ( object sender, |
Called when a property on the current DataContext changes.
|
|
ErrorProvider_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Called when this ErrorProvider's DataContext changes.
|
protected OnPropertyChanged ( |
||
e | Event arguments. | |
return | void |