Table of Contents

Class PercentCommand

Namespace
HeBianGu.Service.Command
Assembly
HeBianGu.Service.Command.dll

带有绑定百分比的命令

public class PercentCommand : BuzyCommand<PercentCommand>, INotifyPropertyChanged, ICommand
Inheritance
PercentCommand
Implements
Inherited Members
Extension Methods

Constructors

PercentCommand(Action<PercentCommand, object>, bool)

执行命令

public PercentCommand(Action<PercentCommand, object> execute, bool autoMesaage = true)

Parameters

execute Action<PercentCommand, object>
autoMesaage bool

PercentCommand(Action<PercentCommand, object>, Predicate<object>, bool)

执行命令

public PercentCommand(Action<PercentCommand, object> execute, Predicate<object> canExecute, bool autoMesaage = true)

Parameters

execute Action<PercentCommand, object>
canExecute Predicate<object>
autoMesaage bool

Properties

Value

当前值

public double Value { get; set; }

Property Value

double

Methods

Execute(object)

执行命令

public override void Execute(object parameter)

Parameters

parameter object