Spread Windows Forms 12.0 Product Documentation
OnEditKeyPress Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > MultiColumnEditor Class : OnEditKeyPress Method
Object that raised the event
Event arguments
Raises the EditKeyPress event.
Syntax
'Declaration
 
Protected Overrides Sub OnEditKeyPress( _
   ByVal sender As Object, _
   ByVal e As KeyPressEventArgs _
) 
'Usage
 
Dim instance As MultiColumnEditor
Dim sender As Object
Dim e As KeyPressEventArgs
 
instance.OnEditKeyPress(sender, e)
protected override void OnEditKeyPress( 
   object sender,
   KeyPressEventArgs e
)

Parameters

sender
Object that raised the event
e
Event arguments
See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members