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

A flag the developer can set to inform the control that the operation has been handled.

Syntax

Visual Basic (Declaration) 
Public Property Handled As Boolean
C# 
public bool Handled {get; set;}

Property Value

boolean

Remarks

When overriding default behavior in the EditInputKey event, set this flag to true.

Requirements

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

See Also