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

In This Topic
    OnClientResize Property
    In This Topic
    The name of the function which will be called when the dialog is resized.
    Syntax
    'Declaration
     
    Public Property OnClientResize As System.String
    public System.string OnClientResize {get; set;}
    See Also