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

Determines if the developer has handled the click operation themselves.

Syntax

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

Property Value

Boolean

Remarks

Setting this property to True will prevent any further click related operations (such as selecting the item) from occurring, as the developer has indicated they have handled such operations.

Requirements

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

See Also