Gets or sets the JavaScript statements to be run upon successful item change action execution.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public string ItemChangeActionSuccessClientCode { get; set; }
Visual Basic (Declaration)
Public Property ItemChangeActionSuccessClientCode As String

See Also