Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3680562
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:35:28+00:00 2026-05-19T03:35:28+00:00

Without wanting to bug sacha too much, does anyone know what the Cinch V2

  • 0

Without wanting to bug sacha too much, does anyone know what the Cinch V2 way of closing a View from a ViewModel command?

Previously I have used a RelayCommand in the ViewModel base to accept the Escape keybinding command action and wired up a RequestClose event in the View code behind to do this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T03:35:28+00:00Added an answer on May 19, 2026 at 3:35 am

    Use CloseActivePopUpCommand.Execute(true) in the execute method to close a view.

    I’ve included a short sample below.

    [ExportViewModel("PickOperatorViewModel")]
    [PartCreationPolicy(CreationPolicy.NonShared)]
    public class PickOperatorViewModel : ViewModelBase
    {
      [ImportingConstructor]
      public PickOperatorViewModel()
      {
        PickOperaterCommand = new SimpleCommand<Object, Object>(CanExecutePickOperaterCommand, ExecutePickOperaterCommand);
      }
    
      public SimpleCommand<Object, Object> PickOperaterCommand { get; private set; }
      private void ExecutePickOperaterCommand(Object args)
      {
        CloseActivePopUpCommand.Execute(true);
      }
    
      private bool CanExecutePickOperaterCommand(Object args)
      {
        return true;
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm wanting to use properties from other css classes without having to rewrite the
I have a server application that uses a lot of threads. Without wanting to
I'm wanting to add a class to the body tag without waiting for the
Without the use of any external library, what is the simplest way to fetch
Without getting a degree in information retrieval, I'd like to know if there exists
Without using Javascript, is there a way to make a CSS property toggle on
Without routing, HttpContext.Current.Session is there so I know that the StateServer is working. When
Without calculating them , I mean?
Without spending a long time reviewing the boost source code, could someone give me
Without using a WebBrowser control, how could I execute a JavaScript function, that is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.