| Visual Basic (Declaration) | |
|---|---|
Public Event DragOut As dbiList.EventDragOutHandle | |
| C# | |
|---|---|
public event dbiList.EventDragOutHandle DragOut | |
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 |
|---|---|
| Item | The node item that is being dragged out of the control. |