ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tree Namespace / C1TreeExtender Class / OnClientNodeMouseOut Property

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