Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / OnSlideRightMouseUp Method
Source of event
Event data


In This Topic
    OnSlideRightMouseUp Method
    In This Topic
    Occurs when the mouse is released on slide right.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSlideRightMouseUp( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SEditButton
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.OnSlideRightMouseUp(sender, e)
    protected virtual void OnSlideRightMouseUp( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also