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


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

Parameters

sender
e
See Also