Occurs when an item is being dragged out of the control.
Syntax
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.
| Property | Description |
|---|
| ItemIndex | The ItemIndex value associated with the Item being dragged. |
| ListIndex | The ListIndex value associated with the Item being dragged. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also