| Visual Basic (Declaration) | |
|---|---|
Public Event ListClick As dbiExplorerBar.EventListClickHandle | |
| C# | |
|---|---|
public event dbiExplorerBar.EventListClickHandle ListClick | |
The event handler receives an argument of type ListClickEventArgs containing data related to this event. The following ListClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ListIndex | Returns the ListItem index that was clicked. |
| MouseEvents | Returns the MouseEventArgs for the click event. |
This event will only fire when the ControlType Property is either Navigation or SideBar