C# Class Robotlegs.Mvcs.Command

Show file Open project: tekool/silverlight-robotlegs-framework

Private Properties

Property Type Description

Public Methods

Method Description
Command ( ) : System.Windows
Execute ( ) : void

Protected Methods

Method Description
dispatch ( Event e ) : bool

Method Details

Command() public method

public Command ( ) : System.Windows
return System.Windows

Execute() public method

public Execute ( ) : void
return void

dispatch() protected method

protected dispatch ( Event e ) : bool
e Event
return bool