[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseUp

OnMouseUp Method

OnMouseUp(GraphMouseEventArgs)

Handles the MouseUp event.

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

The GraphMouseEventArgs instance containing the event data.

Implements