Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimePicker Class / OnKeyUp Method

In This Topic
    OnKeyUp Method (RibbonTimePicker)
    In This Topic
    Raises the RibbonTimePicker.KeyUp event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnKeyUp( _
       ByVal e As KeyEventArgs _
    ) 
    protected virtual void OnKeyUp( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also