Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / OnMouseUp Method
An System.Object that indicates the event source.
A System.Windows.Forms.MouseEventArgs object that contains the event data.


In This Topic
    OnMouseUp Method (SideButtonBase)
    In This Topic
    Raises the MouseUp event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMouseUp( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SideButtonBase
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.OnMouseUp(sender, e)
    protected virtual void OnMouseUp( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    An System.Object that indicates the event source.
    e
    A System.Windows.Forms.MouseEventArgs object that contains the event data.
    See Also