C# Class PresentationAssistant.ZoomEditorMargin.DelegateCommand

Inheritance: ICommand
Mostra file Open project: jongalloway/PresentationAssistant

Public Methods

Method Description
DelegateCommand ( Func canExecute, System.Action execute ) : System

Method Details

DelegateCommand() public method

public DelegateCommand ( Func canExecute, System.Action execute ) : System
canExecute Func
execute System.Action
return System