Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / OnEditMouseUp Method
Source object of the event
MouseEventArgs event data


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

    Parameters

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