Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal result As HitTestResult, _ ByVal underlyingArea As ILayoutArea, _ ByVal interactiveAreaID As System.String _ ) |
C# | |
---|---|
public HitTestInfo( HitTestResult result, ILayoutArea underlyingArea, System.string interactiveAreaID ) |
Parameters
- result
- An enumerated DataDynamics.Reports.Extensibility.Layout.HitTestResult value indicating whether the mouse click is in an interactive area.
- underlyingArea
- An DataDynamics.Reports.Extensibility.Layout.ILayoutArea interface defining the area on which the hit test is performed.
- interactiveAreaID
- A System.String value indicating the ID assigned to the area.