InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputSeparator Class / OnKeyUp Method
System.Windows.Forms.KeyEventArgs that contains the event data.

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

    Parameters

    e
    System.Windows.Forms.KeyEventArgs that contains the event data.
    See Also