Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnEditMouseUp Method
Source object of the event
MouseEventArgs event data


In This Topic
OnEditMouseUp Method (GeneralEditor)
In This Topic
Internal use only. Occurs when the mouse is up on an edit.
Syntax
'Declaration
 
Protected Overrides Sub OnEditMouseUp( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As GeneralEditor
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnEditMouseUp(sender, e)

Parameters

sender
Source object of the event
e
MouseEventArgs event data
See Also