Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnEditKeyUp Method
Object that raised the event
Event arguments


In This Topic
    OnEditKeyUp Method
    In This Topic
    Raises the EditKeyUp event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditKeyUp( _
       ByVal sender As Object, _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim sender As Object
    Dim e As KeyEventArgs
     
    instance.OnEditKeyUp(sender, e)
    protected virtual void OnEditKeyUp( 
       object sender,
       KeyEventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also