메소드 | 설명 | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
GenericCommand ( ICommandHandler commandHandler ) : System | ||
GenericCommand ( ICommandHandler commandHandler, object context ) : System | ||
UpdateCanExecute ( object parameter = null ) : void |
메소드 | 설명 | |
---|---|---|
OnCanExecuteChanged ( ) : void |
public GenericCommand ( ICommandHandler commandHandler ) : System | ||
commandHandler | ICommandHandler | |
리턴 | System |
public GenericCommand ( ICommandHandler commandHandler, object context ) : System | ||
commandHandler | ICommandHandler | |
context | object | |
리턴 | System |
public UpdateCanExecute ( object parameter = null ) : void | ||
parameter | object | |
리턴 | void |