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

The EventArguments for the KeyPress event triggered by the edit control.

Syntax

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

Property Value

KeyPressEventArgs

Requirements

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

See Also