-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPF Tutorial part 2 #47
Comments
I have a question for this second part of the tutorial. For NotifyOfPropertyChange, I introduced two ways of supplying it with the parameter: NotifyOfPropertyChange("ModName"); I used to prefer the second one. But I recently found a third way to do it: NotifyOfPropertyChange(nameof(ModName)); |
I don't use any parameter if I use NotifyOfPropertyChange() in Setter of property ModName. |
Hi, it's a cool idea to create a tutorial how to build up a new project.
|
I think @Yinimi is right it is a god idea to use |
The second part of the WPF tutorial will cover this:
The text was updated successfully, but these errors were encountered: