[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.MemoryReportItem.OnClick

OnClick Method

OnClick(IReportItem, int, int, string, MouseButton)

The wrapper for the OnClick event.

Declaration
public virtual ChangeResult OnClick(IReportItem reportItem, int xPosition, int yPosition, string imageMapId, MouseButton button)
Parameters
Type Name Description
IReportItem reportItem

The report item clicked.

int xPosition

The x position of the click.

int yPosition

The y position of the click.

string imageMapId

The image map ID.

MouseButton button

The button that was clicked.

Returns
Type Description
ChangeResult

The change result of the button click.

Implements