Raises the ItemPropertyChanged event.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
protected void OnItemPropertyChanged(
	GanttChartItem item,
	string propertyName
)
Visual Basic (Declaration)
Protected Sub OnItemPropertyChanged ( _
	item As GanttChartItem, _
	propertyName As String _
)

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
The specific item that has changed.
propertyName
Type: System..::.String
The name of the item property for which the value has changed.

See Also