Signals that a data binding property such as ItemsSource is changed. Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected internal void OnDataPropertyChanged()
Visual Basic (Declaration)
Protected Friend Sub OnDataPropertyChanged

See Also