C# Class Catel.ReSharper.AboutAction.AboutAction

Inheritance: IActionHandler
Show file Open project: Catel/Catel.ReSharper

Public Methods

Method Description
Execute ( IDataContext context, DelegateExecute nextExecute ) : void
Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool

Method Details

Execute() public method

public Execute ( IDataContext context, DelegateExecute nextExecute ) : void
context IDataContext
nextExecute DelegateExecute
return void

Update() public method

public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool
context IDataContext
presentation ActionPresentation
nextUpdate DelegateUpdate
return bool