Class BuzyCommand<T>
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
BuzyCommand(Action<T, object>, Predicate<object>)
执行命令
public BuzyCommand(Action<T, object> execute, Predicate<object> canExecute)
Parameters
Properties
Action
protected Action<T, object> Action { get; }