Table of Contents

Class BuzyCommand<T>

Namespace
HeBianGu.Service.Command
Assembly
HeBianGu.Service.Command.dll
public abstract class BuzyCommand<T> : BuzyCommand, INotifyPropertyChanged, ICommand

Type Parameters

T
Inheritance
BuzyCommand<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

BuzyCommand(Action<T, object>)

执行命令

public BuzyCommand(Action<T, object> execute)

Parameters

execute Action<T, object>

BuzyCommand(Action<T, object>, Predicate<object>)

执行命令

public BuzyCommand(Action<T, object> execute, Predicate<object> canExecute)

Parameters

execute Action<T, object>
canExecute Predicate<object>

Properties

Action

protected Action<T, object> Action { get; }

Property Value

Action<T, object>