I have a form where there is group of radio controls and some with textbox. If the cursor is on textbox and i try switching the cursor to a different radio button, i should be able to identify the las
I want to handle LostFocus event of TextBox to perform some actions. But I\'m also wouldn\'t want to perform that actions if TextBox lost it focus because special Button (which opens OpenFileDialog) w
Ok, I have a control that has an IsEditing property which for argument\'s sake has a default template that is normally a text block, but when IsEditing is true, it swaps in a textbox for in-place edit
Background: I have a winForm app that registers a user in the database based on the information provided, auto-generates a random password and username, and e-mails the user a link to take an applicat
I have an application in which there are lot of TextBoxes and some Buttons like Save, SaveAs,etc. When the user edits a TextBox, I have to check the DataBase for some range, validate the range and up
I have a Grid with many TextBoxes and I want to call Notif开发者_开发问答yPropertyChanged()methodto update some other controls everytime one of these TextBox-es changed the value = lost the focus (I d
I have a TabControl that is data bound to a list. (Two data items in the list) The TabControl has a DataTemplate which contains two TextBox controls bound to two string properties on my data class.
I want DatePicker to convert the following text pieces to DateTime (shown in international format) so my customers can write a date in DatePicker textbox faster so it is not just DateTime.Parse I will