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

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