Table of Contents

Class CloseWindowAction

Namespace
Acuit.Pinpoint.Windows
Assembly
Acuit.Pinpoint.Windows.dll

A trigger action that can be used to close a window.

public class CloseWindowAction : TargetedTriggerAction<Window>, IAnimatable, IAttachedObject
Inheritance
TriggerAction
TargetedTriggerAction
TargetedTriggerAction<Window>
CloseWindowAction
Implements
IAttachedObject
Inherited Members
TargetedTriggerAction<Window>.OnTargetChanged(Window, Window)
TargetedTriggerAction<Window>.Target
TargetedTriggerAction.TargetObjectProperty
TargetedTriggerAction.TargetNameProperty
TargetedTriggerAction.OnAttached()
TargetedTriggerAction.OnDetaching()
TargetedTriggerAction.TargetObject
TargetedTriggerAction.TargetName
TargetedTriggerAction.AssociatedObjectTypeConstraint
TargetedTriggerAction.TargetTypeConstraint
TriggerAction.IsEnabledProperty
TriggerAction.CreateInstanceCore()
TriggerAction.Detach()
TriggerAction.IsEnabled
TriggerAction.AssociatedObject

Constructors

CloseWindowAction()

Initializes a new instance of the CloseWindowAction class.

public CloseWindowAction()

Methods

Invoke(object)

Invokes the action.

protected override void Invoke(object parameter)

Parameters

parameter object

The parameter to the action. If the action does not require a parameter, the parameter may be set to null.