Spread Windows Forms 12.0 Product Documentation
OnMouseUp Method (FieldsEditorControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldsEditorControl Class : OnMouseUp Method
A System.Windows.Forms.MouseEventArgs that contains the event data.
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)
protected override void OnMouseUp( 
   MouseEventArgs e
)

Parameters

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

Reference

FieldsEditorControl Class
FieldsEditorControl Members