C# Class System.Waf.Presentation.ValidationTracker

显示文件 Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
ValidationTracker ( DependencyObject owner ) : System.Collections.Generic

Private Methods

Method Description
AddError ( object validationSource, System.Windows.Controls.ValidationError error ) : void
AddErrors ( object validationSource, IEnumerable errors ) : void
ErrorChangedHandler ( object sender, System.Windows.Controls.ValidationErrorEventArgs e ) : void
ValidationSourceUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

ValidationTracker() public method

public ValidationTracker ( DependencyObject owner ) : System.Collections.Generic
owner System.Windows.DependencyObject
return System.Collections.Generic