Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / OnKeyUp Method
A System.Windows.Forms.KeyEventArgs that contains the event data.


In This Topic
    OnKeyUp Method (ElementContainerControl)
    In This Topic
    Raises the KeyUp event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyUp( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim e As KeyEventArgs
     
    instance.OnKeyUp(e)
    protected override void OnKeyUp( 
       KeyEventArgs e
    )

    Parameters

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