Class CloseWindowAction
关闭窗口的动作
public class CloseWindowAction : TriggerAction<FrameworkElement>, IAnimatable, IAttachedObject
- Inheritance
-
CloseWindowAction
- Implements
- Inherited Members
- Extension Methods
Fields
ClosingCheckFuncProperty
public static readonly DependencyProperty ClosingCheckFuncProperty
Field Value
Properties
ClosingCheckFunc
public Func<bool> ClosingCheckFunc { get; set; }
Property Value
Methods
Invoke(object)
Invokes the action.
protected override void Invoke(object parameter)
Parameters
parameter
objectThe parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.