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

In This Topic
    OnClientHidden Property
    In This Topic
    Gets or sets the client function which occurs after the Popup has been hidden.
    Syntax
    'Declaration
     
    
    Public Property OnClientHidden As String
    public string OnClientHidden {get; set;}
    See Also