C# 클래스 PresentationAssistant.ZoomEditorMargin.DelegateCommand

상속: ICommand
파일 보기 프로젝트 열기: jongalloway/PresentationAssistant

공개 메소드들

메소드 설명
DelegateCommand ( Func canExecute, System.Action execute ) : System

메소드 상세

DelegateCommand() 공개 메소드

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