In WPF textbox, is it possible to get Editing Started and Editing Completed event?
In WPF textbox, is it possible to get Editing Started and Editing Completed event?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Please have a look at this link and see if it helps.
TextBox.TextChanged & ICommandSource
The basics here are through binding yes. 1 way is to bind to an objects property which implements INotifyPropertyChanged. You are actually responding to the property changing rather than the text box.