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

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