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

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