dbicList Send comments on this topic.
Key Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > AfterCellEditEventArgs Class : Key Property

The Key code and modifiers that were pressed to end the edit session

Syntax

Visual Basic (Declaration) 
Public Property Key As Keys
C# 
public Keys Key {get; set;}

Property Value

Keys (enum)

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also