Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / DoMouseLeave Method


In This Topic
DoMouseLeave Method (PSObject)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overridable Sub DoMouseLeave( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As PSObject
Dim sender As Object
Dim e As MouseEventArgs
 
instance.DoMouseLeave(sender, e)

Parameters

sender
e
See Also