[]
The wrapper for the OnClick event.
public virtual ChangeResult OnClick(IReportItem reportItem, int xPosition, int yPosition, string imageMapId, MouseButton button)
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. |
Type | Description |
---|---|
ChangeResult | The change result of the button click. |