Class BuzyCommand
带有Busy的命令
public class BuzyCommand : NotifyCommand, INotifyPropertyChanged, ICommand
- Inheritance
-
BuzyCommand
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BuzyCommand(Action<object>)
执行命令
public BuzyCommand(Action<object> action)
Parameters
BuzyCommand(Action<object>, Predicate<object>)
执行命令
public BuzyCommand(Action<object> execute, Predicate<object> canExecute)
Parameters
Properties
Exception
说明
public Exception Exception { get; set; }
Property Value
IsBuzy
说明
public bool IsBuzy { get; set; }
Property Value
Message
说明
public string Message { get; set; }
Property Value
Text
说明
public string Text { get; set; }
Property Value
Methods
Execute(object)
执行命令
public override void Execute(object parameter)
Parameters
parameter
object
Operators
implicit operator BuzyCommand(Action<object>)
隐式转换
public static implicit operator BuzyCommand(Action<object> action)