[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.CommandHandler

CommandHandler Class

The command handler in expression panel.

Inheritance
CommandHandler
Implements
Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public class CommandHandler : ICommand

Constructors

Name Description
CommandHandler(Action<object>, bool)

Initializes a new instance of the CommandHandler.

Methods

Name Description
CanExecute(object)

Can execute command.

Execute(object)

Execute command.

Events

Name Description
CanExecuteChanged

The event of can execute changed.