ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / PageChanged Property

In This Topic
    PageChanged Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes.
    Syntax
    'Declaration
     
    Public Overridable Property PageChanged As String
    public virtual string PageChanged {get; set;}
    See Also