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

Inheritance: System.Windows.Input.RoutedCommand
显示文件 Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter, IInputElement element ) : void
parameter object
element IInputElement
return void

SendMessageCommand() public method

public SendMessageCommand ( IInputElement>.Action func ) : System
func IInputElement>.Action
return System

SendMessageCommand() public method

public SendMessageCommand ( Action func ) : System
func Action
return System