Table of Contents

Class ErrorBorder

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class ErrorBorder : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ErrorBorder
Implements
Inherited Members

Fields

ValidationDelayProperty

public static readonly DependencyProperty ValidationDelayProperty

Field Value

DependencyProperty

Properties

ValidationDelay

public TimeSpan? ValidationDelay { get; set; }

Property Value

TimeSpan?

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

e EventArgs

The RoutedEventArgs that contains the event data.