ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1SplitButton Class / OnKeyUp Method
A System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
    OnKeyUp Method (C1SplitButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnKeyUp( _
       ByVal kevent As KeyEventArgs _
    ) 
    protected virtual void OnKeyUp( 
       KeyEventArgs kevent
    )

    Parameters

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