Table of Contents

Class RestoreWindowCommand

Namespace
H.Styles.Commands
Assembly
H.Style.dll
[Icon("")]
[Display(Name = "还原", Description = "点击此按钮将当前窗口还原")]
public class RestoreWindowCommand : WindowCommandBase, INotifyPropertyChanged, IIconable, INameable, IDescriptionable, ICommand
Inheritance
RestoreWindowCommand
Implements
Inherited Members
Extension Methods

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.