Class DelegateCommand
Implements
Inherited Members
Namespace: Ecng.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class DelegateCommand : DelegateCommand<object>, ICommand
Constructors
DelegateCommand(Action<Object>, Predicate<Object>)
Declaration
public DelegateCommand(Action<object> execute, Predicate<object> canExecute = null)
Parameters
Type | Name | Description |
---|---|---|
Action<Object> | execute | |
Predicate<Object> | canExecute |