Class ViewClosingBehavior
Implements a closing behavior for view.
Behavior<FrameworkElement>.AssociatedObject
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class ViewClosingBehavior : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
Methods
View SourceOnAttached()
Called by creating instance.
Declaration
protected override void OnAttached()
Overrides
Microsoft.Xaml.Behaviors.Behavior.OnAttached()
View Source
OnDetaching()
Called by destring instance.
Declaration
protected override void OnDetaching()
Overrides
Microsoft.Xaml.Behaviors.Behavior.OnDetaching()
Implements
Microsoft.Xaml.Behaviors.IAttachedObject