Gets or sets a set of JavaScript function body code statements (considering hourWidth parameter), to be executed immediately upon hour width changes on the client side (mouse wheel zooming of the chart area).

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

Syntax

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

See Also