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

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