ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / C1Dialog Class / OnClientBeforeClose Property

In This Topic
    OnClientBeforeClose Property (C1Dialog)
    In This Topic
    The name of the function which will be called before close.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeClose As System.String
    public System.string OnClientBeforeClose {get; set;}
    See Also