Es gibt leider nicht mehr Ordnungsbegriffe, nach denen Sie filtern können.
-
Everyone who has worked with WPF knows the interface INotifyPropertyChanged. It only defines the PropertyChanged-event, that should be called when a property’s value has been changed. The PropertyChanged-event is used by WPF’s Data Binding.
Normally a class fires the event in the set-Accessors...
Seite 1 von 1 (1 Treffer)