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 8318629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T22:02:31+00:00 2026-06-08T22:02:31+00:00

I have my own custom TextBox class. In part it helps me handle scans

  • 0

I have my own custom TextBox class. In part it helps me handle scans from a barcode reader.

Part of what I need for this to work is a way to capture when the value bound to TextProperty changes.

Note: I am not looking for the “TextChanged” event or any kind of event that relates to a key press (except when that key press updates the source).

I need an event that will fire ONLY when the underlying value gets changed, and I need to be able to access it in my TextBox (meaning it can’t be in the ViewModel).

Is this possible?

  • 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-08T22:02:33+00:00Added an answer on June 8, 2026 at 10:02 pm

    Yes, you can do this:

    In your class’ constructor:

      var dpd = DependencyPropertyDescriptor.FromProperty(YourTextBoxClass.TextProperty, typeof(YourTextBoxClass));
     if (dpd != null)
     {
         dpd.AddValueChanged(this, ThisIsCalledWhenPropertyIsChanged);
     }    
    

    And then the handler:

    private void ThisIsCalledWhenPropertyIsChanged(object sender, EventArgs e) { }
    

    Hope it helps,

    Regards

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my own custom element derived from StyledMultilineElement: public class SubmenuElement : StyledMultilineElement
I need your help. I have write my own custom NSOperation class called GetNewsOperation.
I have my own custom webpart. Inside this webpart I would like to display
I made my own custom TextBox control, but now I need to add the
I have implemented my own custom Authorization Attribute in MVC 4 by inheriting from
I have my own custom control derived from System.Windows.Forms.TreeView which is present on the
I have a custom control of class DottedCanvas inherited from Canvas, which contains some
I have created my own custom ValidationAttribute : public class UrlValidationAttribute : ValidationAttribute {
I have my own custom LinkedList class that has a pointer to the first
I have my own custom Content Provider that loads a database which contains the

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.