I have a ClassA
with an ObservableCollection
property, that implements the INotifyPropertyChanged
interface
on my window codebehind I have declared a ClassA variable
, and initialize it in the Main() method.
i'd expect that variable.PropertyChanged
would have a WPF event wired to it, but apparently the PropertyChanged
event remains null