ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / OnClientNodeMouseOver Property

In This Topic
    OnClientNodeMouseOver Property
    In This Topic
    The name of the function which will be called when mouse over the node.
    Syntax
    'Declaration
     
    Public Property OnClientNodeMouseOver As System.String
    public System.string OnClientNodeMouseOver {get; set;}
    See Also