ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / OnClientHiding Property

In This Topic
    OnClientHiding Property
    In This Topic
    Gets or sets the client function which occurs before the Popup is hiding.
    Syntax
    'Declaration
     
    
    Public Property OnClientHiding As String
    public string OnClientHiding {get; set;}
    See Also