Table of Contents

Class CloseWindowAction

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

关闭窗口的动作

public class CloseWindowAction : TriggerAction<FrameworkElement>, IAnimatable, IAttachedObject
Inheritance
CloseWindowAction
Implements
Inherited Members
Extension Methods

Fields

ClosingCheckFuncProperty

public static readonly DependencyProperty ClosingCheckFuncProperty

Field Value

DependencyProperty

Properties

ClosingCheckFunc

public Func<bool> ClosingCheckFunc { get; set; }

Property Value

Func<bool>

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 a null reference.