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

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