C# 클래스 Neutronium.MVVMComponents.Relay.RelaySimpleCommand

상속: ISimpleCommand
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( object argument ) : void
RelaySimpleCommand ( System.Action doAction ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( object argument ) : void
argument object
리턴 void

RelaySimpleCommand() 공개 메소드

public RelaySimpleCommand ( System.Action doAction ) : System
doAction System.Action
리턴 System