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

In This Topic
    SourceCollectionChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientSourceCollectionChanged client event. Occurs after the sourceCollection property in client changes.
    Syntax
    'Declaration
     
    Public Overrides Property SourceCollectionChanged As String
    public override string SourceCollectionChanged {get; set;}
    See Also