Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter, IInputElement element ) : void | ||
SendMessageCommand ( IInputElement>.Action | ||
SendMessageCommand ( Action |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public Execute ( object parameter, IInputElement element ) : void | ||
parameter | object | |
element | IInputElement | |
return | void |
public SendMessageCommand ( IInputElement>.Action | ||
func | IInputElement>.Action | |
return | System |