Fired when the cursor is over a component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IEModelViewControlEvents_OnComponentMouseOverNotifyEventHandler( _
ByVal ComponentName As String, _
ByVal XCoordinate As Integer, _
ByVal YCoordinate As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As New _IEModelViewControlEvents_OnComponentMouseOverNotifyEventHandler(AddressOf HandlerMethod)
|
Parameters
- ComponentName
- Component name
- XCoordinate
x coordinate of cursor
- YCoordinate
y coordinate of cursor
Availability
SolidWorks eDrawings API 2005 SP0