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

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