Gets or sets a set of JavaScript function body code statements (considering item, isSelected, and isDirect parameters), to be executed immediately upon item selection changes on the client side.

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

Syntax

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

See Also