[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseEnter

OnMouseEnter Method

OnMouseEnter(GraphMouseEventArgs)

Handles the MouseEnter event.

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

The GraphMouseEventArgs instance containing the event data.

Implements