Table of Contents

Class DelegateCommand

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll
public class DelegateCommand : DelegateCommand<object>, ICommand
Inheritance
DelegateCommand
Implements
Inherited Members
Extension Methods

Constructors

DelegateCommand(Action<object>, Predicate<object>)

public DelegateCommand(Action<object> execute, Predicate<object> canExecute = null)

Parameters

execute Action<object>
canExecute Predicate<object>