Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / OnMouseUp Method
A System.Windows.Forms.MouseEventArgs that contains the event data.


In This Topic
OnMouseUp Method (FieldsEditorControl)
In This Topic
Raises the MouseUp event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseUp( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As FieldsEditorControl
Dim e As MouseEventArgs
 
instance.OnMouseUp(e)

Parameters

e
A System.Windows.Forms.MouseEventArgs that contains the event data.
See Also