'Declaration Function OnDoubleClick( _ ByVal reportItem As IReportItem, _ ByVal xPosition As Integer, _ ByVal yPosition As Integer, _ ByVal imageMapId As String, _ ByVal button As MouseButton _ ) As ChangeResult
ChangeResult OnDoubleClick( IReportItem reportItem, int xPosition, int yPosition, string imageMapId, MouseButton button )
Parameters
- reportItem
- The report item double-clicked.
- xPosition
- The x position of the double-click.
- yPosition
- The y position of the double-click.
- imageMapId
- The image map ID.
- button
- The button that was double-clicked.
Return Value
The change result of the double-click.