Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / OnKeyUp Method
Event data


In This Topic
    OnKeyUp Method (FpMultiOption)
    In This Topic
    Handles the key up event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyUp( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpMultiOption
    Dim e As KeyEventArgs
     
    instance.OnKeyUp(e)
    protected override void OnKeyUp( 
       KeyEventArgs e
    )

    Parameters

    e
    Event data
    See Also