chriga's blog
Pages
(Move to ...)
Home
Software
WPF
Android
Arduino
Privacy Policy
Contact
▼
Showing posts with label
Command
.
Show all posts
Showing posts with label
Command
.
Show all posts
Tuesday, October 14, 2014
WPF and MVVM - Events
›
Last time we have seen how to use RelayCommand in ViewModel instead of a click event in View. But what's about all the other events? The...
Sunday, October 12, 2014
WPF and MVVM - Commands
›
To extend the MVVM idea, it is necessary to move more code from code-behind of the View to the ViewModel. In the first part we have seen ho...
1 comment:
Friday, July 25, 2014
Get Password from WPF PasswordBox with MVVM in a secure and simple way
›
Keeping cleartext passwords in memory is a security risk. Therefore the Password and SecurePassword property of WPF PasswordBox is not a ...
9 comments:
›
Home
View web version