Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / OnEditKeyDown Method
Source object of the event
KeyEventArgs object that contains the event data


In This Topic
    OnEditKeyDown Method (MultiColumnEditor)
    In This Topic
    Internal use only. Occurs when the edit key is pressed down.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditKeyDown( _
       ByVal sender As Object, _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim sender As Object
    Dim e As KeyEventArgs
     
    instance.OnEditKeyDown(sender, e)
    protected virtual void OnEditKeyDown( 
       object sender,
       KeyEventArgs e
    )

    Parameters

    sender
    Source object of the event
    e
    KeyEventArgs object that contains the event data
    See Also