ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorLayer Class / OnClientMouseUp Property

In This Topic
    OnClientMouseUp Property (C1VectorLayer)
    In This Topic
    Gets or sets the callback function which is called when click the mouse up on the shape.
    Syntax
    'Declaration
     
    Public Property OnClientMouseUp As System.String
    public System.string OnClientMouseUp {get; set;}
    See Also