Class ErrorBorder
public class ErrorBorder : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
ErrorBorder
- Implements
- Inherited Members
Fields
ValidationDelayProperty
public static readonly DependencyProperty ValidationDelayProperty
Field Value
Properties
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.