Show / Hide Table of Contents

Class DelegateCommand

Inheritance
Object
DelegateCommand<Object>
DelegateCommand
Implements
ICommand
Inherited Members
DelegateCommand<Object>.Execute(Object)
DelegateCommand<Object>.CanExecute(Object)
DelegateCommand<Object>.CanExecuteChanged
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

Implements

System.Windows.Input.ICommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾