Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / DoMouseEnter Method


In This Topic
DoMouseEnter Method (IPSObject)
In This Topic
Mouse enter.
Syntax
'Declaration
 
Sub DoMouseEnter( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As IPSObject
Dim sender As Object
Dim e As MouseEventArgs
 
instance.DoMouseEnter(sender, e)

Parameters

sender
e
See Also