Class ValidationErrorEventTrigger
Implementation of a routed event trigger for the attached event Validation.Error (since System.Windows.Interactivity.EventTrigger doesn't support attached events).
Inheritance
ValidationErrorEventTrigger
Inherited Members
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ValidationErrorEventTrigger : EventTriggerBase<DependencyObject>, IAnimatable, IAttachedObject
Constructors
View SourceValidationErrorEventTrigger()
Initializes a new instance of the ValidationErrorEventTrigger class.
Declaration
public ValidationErrorEventTrigger()
Methods
View SourceGetEventName()
Returns the event name.
Declaration
protected override string GetEventName()
Returns
Type | Description |
---|---|
string | The event name. |
Overrides
View SourceOnAttached()
Adds a code handler after the behavior is attached.
Declaration
protected override void OnAttached()
Overrides
Implements
Microsoft.Xaml.Behaviors.IAttachedObject