Class ErrorBorder
public class ErrorBorder : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
ErrorBorder
- Implements
- Inherited Members
Constructors
ErrorBorder()
public ErrorBorder()
Fields
LevelProperty
The severity of the findings being displayed, which the style paints the border by.
public static readonly DependencyProperty LevelProperty
Field Value
ValidationDelayProperty
public static readonly DependencyProperty ValidationDelayProperty
Field Value
Properties
Level
public MessageLevel Level { get; set; }
Property Value
ValidationDelay
public TimeSpan? ValidationDelay { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.
protected override void OnInitialized(EventArgs e)
Parameters
eEventArgsThe RoutedEventArgs that contains the event data.