ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1DataSource Namespace / C1DataSourceExtender Class / OnClientLoading Property

In This Topic
    OnClientLoading Property (C1DataSourceExtender)
    In This Topic
    Function called before loading process starts The value can be the reference of the function or the function itself in client side.
    Syntax
    'Declaration
     
    Public Property OnClientLoading As System.String
    public System.string OnClientLoading {get; set;}
    See Also