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

Event fired when an item is dropped into the list.

Syntax

Visual Basic (Declaration) 
Public Event DropList As DbiListControl.EventDropListEventHandler

Event Data

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

PropertyDescription
DragEvent The DragEventArgs related to the Drag/Drop operation.
NodeItem The dbiNodeItem where the drop operation occurred.

Requirements

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

See Also