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

In This Topic
    CurrentChanged Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes.
    Syntax
    'Declaration
     
    Public Property CurrentChanged As String
    public string CurrentChanged {get; set;}
    See Also