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

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