[]
Handles the OnClick event for the report item.
ChangeResult OnClick(IReportItem reportItem, int xPosition, int yPosition, string imageMapId, MouseButton button)
| Type | Name | Description |
|---|---|---|
| IReportItem | reportItem | The report item that was 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. |
| Type | Description |
|---|---|
| ChangeResult | The result of the click event. |