ObservableCollection<T>.OnPropertyChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Raises the PropertyChanged event with the provided arguments.
Assembly: System (in System.dll)
Parameters
- e
- Type: System.ComponentModel.PropertyChangedEventArgs
The event data to report in the event.
Show: