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

In This Topic
    ItemsSourceChanged Property (GeoGridLayerTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.MapLayerBase<T>.OnClientItemsSourceChanged client event. Occurs after the layer has been bound to a new items source.
    Syntax
    'Declaration
     
    Public Property ItemsSourceChanged As String
    public string ItemsSourceChanged {get; set;}
    See Also