Occurs upon server post backs when a property value of a specific item in the Items collection of the control changes.

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

Syntax

C#
public event EventHandler<ItemPropertyChangedEventArgs> ItemPropertyChanged
Visual Basic (Declaration)
Public Event ItemPropertyChanged As EventHandler(Of ItemPropertyChangedEventArgs)

See Also