Namespace: 
   EGIS.Controls
Assembly: EGIS.Controls (in EGIS.Controls.dll)
      
    Assembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic | 
|---|
Public Sub New ( _ shapeIndex As Integer, _ recordIndex As Integer, _ mousePt As Point, _ gisPoint As PointD _ )  | 
| C# | 
|---|
public TooltipEventArgs( int shapeIndex, int recordIndex, Point mousePt, PointD gisPoint )  | 
| Visual C++ | 
|---|
public: TooltipEventArgs( int shapeIndex, int recordIndex, Point mousePt, PointD gisPoint )  | 
| JavaScript | 
|---|
EGIS.Controls.TooltipEventArgs = function(shapeIndex, recordIndex, mousePt, gisPoint);  | 
Parameters
- shapeIndex
 - Type: System..::..Int32
 
- recordIndex
 - Type: System..::..Int32
 
- mousePt
 - Type: System.Drawing..::..Point
 
- gisPoint
 - Type: EGIS.ShapeFileLib..::..PointD