| Visual Basic (Declaration) | |
|---|---|
Public Event DropList As DbiListControl.EventDropListEventHandler | |
| C# | |
|---|---|
public event DbiListControl.EventDropListEventHandler DropList | |
The event handler receives an argument of type DropListEventArgs containing data related to this event. The following DropListEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DragEvent | The DragEventArgs related to the Drag/Drop operation. |
| NodeItem | The dbiNodeItem where the drop operation occurred. |