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

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

Syntax

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

Property Value

KeyEventArgs

Requirements

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

See Also