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

In This Topic
    MapChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.DataMap.OnClientMapChanged client event. Occurs when the map data changes.
    Syntax
    'Declaration
     
    Public Property MapChanged As String
    public string MapChanged {get; set;}
    See Also