ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As DataMap
    Dim value As System.String
     
    instance.OnClientMapChanged = value
     
    value = instance.OnClientMapChanged
    [Json("mapChanged")]
    public System.string OnClientMapChanged {get; set;}
    public read-write property OnClientMapChanged: System.String; 
    JsonAttribute("mapChanged")
    public function get,set OnClientMapChanged : System.String
    [Json("mapChanged")]
    public: __property System.string* get_OnClientMapChanged();
    public: __property void set_OnClientMapChanged( 
       System.string* value
    );
    [Json("mapChanged")]
    public:
    property System.String^ OnClientMapChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also