C# Class Unite.UI.ViewModels.SendMessageCommand

Inheritance: ICommand
显示文件 Open project: jcbozonier/irontwit Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SendMessageCommand ( System.Action onSendMessage ) : System

Method Details

CanExecute() public method

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

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

SendMessageCommand() public method

public SendMessageCommand ( System.Action onSendMessage ) : System
onSendMessage System.Action
return System