Table of Contents

Class RelayCommand

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll
public class RelayCommand : ICommand
Inheritance
RelayCommand
Implements

Constructors

RelayCommand(Action)

Methods

CanExecute(object)

Defines the method that determines whether the command can execute in its current state.

Execute(object)

Defines the method to be called when the command is invoked.

Events

CanExecuteChanged

Occurs when changes occur that affect whether or not the command should execute.