Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / OnKeyUp Method


In This Topic
    OnKeyUp Method (FpProgress)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnKeyUp( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpProgress
    Dim e As KeyEventArgs
     
    instance.OnKeyUp(e)
    protected virtual void OnKeyUp( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also