[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MultiColumnEditor.OnEditKeyPress

OnEditKeyPress Method

OnEditKeyPress(object, KeyPressEventArgs)

Raises the EditKeyPress event.

Declaration
protected override void OnEditKeyPress(object sender, KeyPressEventArgs e)
Protected Overrides Sub OnEditKeyPress(sender As Object, e As KeyPressEventArgs)
Parameters
Type Name Description
object sender

Object that raised the event

KeyPressEventArgs e

Event arguments

Overrides