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

In This Topic
    OnClientClick Property (DialogButton)
    In This Topic
    Specify a function gets called when you click the button.
    Syntax
    'Declaration
     
    Public Property OnClientClick As System.String
    public System.string OnClientClick {get; set;}
    See Also