Signals that a data binding property such as Items is changed.
Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
protected void OnDataPropertyChanged() |
| Visual Basic (Declaration) |
|---|
Protected Sub OnDataPropertyChanged |