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

Event fired before a node that has been internally dragged/dropped is moved.

Syntax

Visual Basic (Declaration) 
Public Event BeforeNodeExchange As DbiListControl.EventBeforeNodeExchangeHandler
C# 
public event DbiListControl.EventBeforeNodeExchangeHandler BeforeNodeExchange

Event Data

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

PropertyDescription
AllowNodeExchange Determines if the exchange will be allowed
NodeItemSource The node item being dragged.
NodeItemTarget The node item receiving 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