ActiveReports 12
OnDoubleClick Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : OnDoubleClick Method
The report item double-clicked.
The x position of the double-click.
The y position of the double-click.
The image map ID.
The button that was double-clicked.
The wrapper for the OnDoubleClick event.
Syntax
'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.
See Also

Reference

IReportItem Interface
IReportItem Members