Click here to Skip to main content
15,893,564 members
Articles / Desktop Programming / WPF

Base WPF Window Functionality for Data Entry

Rate me:
Please Sign up or sign in to vote.
4.08/5 (7 votes)
25 Mar 2020Public Domain4 min read 30.6K   30  
Controls verifying user input and reporting automatically to host window if data has been changed and if the required data is entered
WpfWindowsLib eliminates a lot of boiler plate code needed for data entry windows. The controls verify user input (numbers, email address, phone number, ...) and inform the host window if any data has changed, i.e., saving is needed before the user can close the window. The user can only save the data once all required data is entered. Most of that functionality gets provided by just placing the controls on the window.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer (Senior)
Singapore Singapore
Retired SW Developer from Switzerland living in Singapore

Interested in WPF projects.

Comments and Discussions