dbicExplorerBar Send comments on this topic.
DragOut Event
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : DragOut Event

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

Syntax

Visual Basic (Declaration) 
Public Event DragOut As dbiExplorerBar.EventDragOutHandle
C# 
public event dbiExplorerBar.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
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