ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMap Class / OnClientMapChanged Property

In This Topic
    OnClientMapChanged Property
    In This Topic
    Occurs when the map data changes.
    Syntax
    'Declaration
     
    
    <JsonAttribute("mapChanged")>
    Public Property OnClientMapChanged As String
    [Json("mapChanged")]
    public string OnClientMapChanged {get; set;}
    See Also