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

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