dbicList Send comments on this topic.
DragOut Event
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : DragOut Event

Occurs when an item is being dragged out of the control.

Syntax

Visual Basic (Declaration) 
Public Event DragOut As dbiList.EventDragOutHandle
C# 
public event dbiList.EventDragOutHandle DragOut

Event Data

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

PropertyDescription
Item The node item that is being dragged out of the control.

Requirements

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

See Also