Raises the PropertyChanged event.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
protected override void OnPropertyChanged(
	string propertyName
)
Visual Basic (Declaration)
Protected Overrides Sub OnPropertyChanged ( _
	propertyName As String _
)

Parameters

propertyName
Type: System..::.String

See Also