C++ C#

BoundCommand Class

API Reference

Namespace: Semata.ControlsCLR

An Implementation of ICommand

public class BoundCommand : ICommand

Implements: MISSING PAGE ICommand

Constructors

Name Description
BoundCommand(INotifyStateChanged, Func<object, bool>, Action<object>)

Constructs a new instance of BoundCommand.

Events

Name Description
CanExecuteChanged

Raised when underlying source is changed, or CommandManager.RequerySuggested is raised

Methods

Name Description
CanExecute(object)

Detemines if the command is able to run.

Execute(object)

Runs the command.

This website stores cookies on your computer that are used to manage the order in which you see the pages. To find out more about the cookies we use, see our Privacy Policy.