ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / C1ToolTip Class / OnClientHiding Property

In This Topic
    OnClientHiding Property
    In This Topic
    Triggered before hiding the tooltip. If 'data.cancel' is set to true, then the tooltip is no longer hidden.
    Syntax
    'Declaration
     
    Public Property OnClientHiding As System.String
    public System.string OnClientHiding {get; set;}
    See Also