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

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

Syntax

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

Property Value

KeyEventArgs

Requirements

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

See Also