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