[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseLeave

OnMouseLeave Method

OnMouseLeave(GraphMouseEventArgs)

Handles the MouseLeave event.

Declaration
public void OnMouseLeave(GraphMouseEventArgs e)
Parameters
Type Name Description
GraphMouseEventArgs e

The GraphMouseEventArgs instance containing the event data.

Implements