C# Class PresentationAssistant.ZoomEditorMargin.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: jongalloway/PresentationAssistant

Méthodes publiques

Méthode Description
DelegateCommand ( Func canExecute, System.Action execute ) : System

Method Details

DelegateCommand() public méthode

public DelegateCommand ( Func canExecute, System.Action execute ) : System
canExecute Func
execute System.Action
Résultat System