C# Class MahTweets2.Library.Gui.Commands.SendMessageCommand

Inheritance: System.Windows.Input.RoutedCommand
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter, IInputElement element ) : void
SendMessageCommand ( IInputElement>.Action func ) : System
SendMessageCommand ( Action func ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter, IInputElement element ) : void
parameter object
element IInputElement
Résultat void

SendMessageCommand() public méthode

public SendMessageCommand ( IInputElement>.Action func ) : System
func IInputElement>.Action
Résultat System

SendMessageCommand() public méthode

public SendMessageCommand ( Action func ) : System
func Action
Résultat System