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

Event fired after a node has been internally dragged/dropped was moved.

Syntax

Visual Basic (Declaration) 
Public Event AfterNodeExchange As DbiListControl.EventAfterNodeExchangeHandler
C# 
public event DbiListControl.EventAfterNodeExchangeHandler AfterNodeExchange

Event Data

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

PropertyDescription
NodeItemSource The node item that was dragged.
NodeItemTarget The node item that received the drop.

Remarks

This event is triggered when a node is dragged/dropped through internal functionality enabled by the AllowItemDrag Property

Requirements

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

See Also