Catel.ReSharper.AboutAction.AboutAction.Update C# (CSharp) Method

Update() public method

public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool
context IDataContext
presentation ActionPresentation
nextUpdate DelegateUpdate
return bool
        public bool Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate)
        {
            return true;
        }
AboutAction.AboutAction