CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2010
    Posts
    3

    Update TextBox with data binding

    i made data binding between a textbox and an array
    my question is : when the array values change, does the value in the textbox changes immediately?
    and if not how could i make it change.
    Last edited by avibiter; September 13th, 2010 at 06:05 PM.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Update TextBox with data binding

    Search Bing or Google for "INotifyPropertyChanged WPF textbox"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured