I have a form on which there are around 15 WPF texbox's and other WPF controls like combobox, checkbox and button. There are some textbox's which are mandatory. So whenever tab is entered from these mandatory textbox's control should go to Save Button.
what is a better alternative handling - Lostfocus of all these textbox's or is there any better approach.
↧