Table of Contents

Class ShowDrawerCommand

Namespace
H.Controls.DrawerBox
Assembly
H.Controls.DrawerBox.dll
[Icon("")]
[Display(Name = "显示", Description = "显示页面")]
public class ShowDrawerCommand : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
ShowDrawerCommand
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.