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

  • SEARCH
  • Home
  • 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 8525653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:02:51+00:00 2026-06-11T08:02:51+00:00

Considering WPF controls, how do I know if a check box’s value has changed

  • 0

Considering WPF controls, how do I know if a check box’s value has changed (toggled)?

I know there are the common Checked, Unchecked, Clicked events, but how about an event for when the value changes, regardless of how it was changed?

I looked through the events and I didn’t find anything, but maybe I’m missing the obvious (as it has happened many times in the past).

  • 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-06-11T08:02:54+00:00Added an answer on June 11, 2026 at 8:02 am

    You can just bind IsChecked Dependency Property to a boolean. On that binded property setter you can manipulate what you want (independently if it’s setting it to true or false). That works just as expected.

    On your view:

      <Grid>
        <CheckBox ... IsChecked="{Binding ShowPending}"/>
      </Grid>
    

    On your DataContext ViewModel or CodeBehind.

      private bool showPending = false;
    
      public bool ShowPending
      {
          get { return this.showPending; }
          set 
          { 
             //Here you mimic your Toggled event calling what you want!
             this.showPending = value; 
          }
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm considering switching from MFC to WPF. My first concern is that there are
Considering it's a common issue, what could be the source of this error if
I'm considering using MongoDb for a backing store for a WPF app that I'm
I am considering deploying an existing WPF application as an XBAP application. It currently
I am considering to write smoke tests for our WPF application. The question that
Is there some collection that is supported in Silverlight, WPF and Windows Phone, that
I'm going to start a new WPF project and I'm considering to implement it
Considering you have an MVVM Architecture in WPF like Josh Smith's examples How would
In the WPF project I am working on I am considering implementing data validation
I'm trying to optimize my WPF/VB.net program, and I'm considering freezing some objects. However,

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.