Raises PropertyChanged event if the ReentrantObservableCollection<(Of <(<'T>)>)> is not in update mode.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected virtual void OnPropertyChanged(
	PropertyChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnPropertyChanged ( _
	e As PropertyChangedEventArgs _
)

See Also