Quantcast
Channel: patterns & practices: Prism
Viewing all articles
Browse latest Browse all 1878

New Post: OnPropertyChanged not fired when SetProperty is called

$
0
0
SOLVED:

The problem was the word PROPERTY in:
Private Property _oneProperty As String
Public Property oneProperty As String
The correct is:
Private _oneProperty As String
Public Property oneProperty As String
Thank you

Viewing all articles
Browse latest Browse all 1878

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>