ComponentOne LightBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBox Class / OnClientBeforeClose Property

In This Topic
    OnClientBeforeClose Property
    In This Topic
    Occurs before the popped up container is closed.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeClose As System.String
    public System.string OnClientBeforeClose {get; set;}
    See Also