dbicList Send comments on this topic.
Change Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : Change Event

Event fired when a list item is selected.

Syntax

Visual Basic (Declaration) 
Public Event Change As DbiListControl.EventChangeEventHandler

Event Data

The event handler receives an argument of type ChangeEventArgs containing data related to this event. The following ChangeEventArgs properties provide information specific to this event.

PropertyDescription
NodeItem The dbiNodeItem that has been selected.

Requirements

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

See Also