| Visual Basic (Declaration) | |
|---|---|
Public Event AfterNodeExchange As DbiListControl.EventAfterNodeExchangeHandler | |
| C# | |
|---|---|
public event DbiListControl.EventAfterNodeExchangeHandler AfterNodeExchange | |
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.
| Property | Description |
|---|---|
| NodeItemSource | The node item that was dragged. |
| NodeItemTarget | The node item that received the drop. |
This event is triggered when a node is dragged/dropped through internal functionality enabled by the AllowItemDrag Property