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