Gets or sets a set of JavaScript function body code statements (considering item, propertyName, isDirect, and isFinal parameters), to be executed immediately upon item property changes on the client side.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public virtual string ItemPropertyChangeHandlerClientCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property ItemPropertyChangeHandlerClientCode As String |