PropertyChanged event null after setting DataContext
问题 I am setting the DataContext for my View in the View's Constructor to an instance of my ViewModel, just standard stuff. Shortly thereafter, an UPDATE_RECENT_DOCUMENTS_LIST Event fires from the Event Aggregator which my ViewModel catches correctly. A property is changed and the onPropertyChanged method is called, but it fails as the PropertyChanged event is null. The very next thing I do is an action to the UI which raises a CREATE_PROJECT Event and the same ViewModel is receiving events,