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