Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
GenericCommand ( ICommandHandler commandHandler ) : System | ||
GenericCommand ( ICommandHandler commandHandler, object context ) : System | ||
UpdateCanExecute ( object parameter = null ) : void |
Method | Description | |
---|---|---|
OnCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public GenericCommand ( ICommandHandler commandHandler ) : System | ||
commandHandler | ICommandHandler | |
return | System |
public GenericCommand ( ICommandHandler commandHandler, object context ) : System | ||
commandHandler | ICommandHandler | |
context | object | |
return | System |
public UpdateCanExecute ( object parameter = null ) : void | ||
parameter | object | |
return | void |