NetXP 3.0 Reference

ListBar.ItemDoubleClicked Event

Raised when an item has been double clicked in the ListBar control.

[Visual Basic]
Public Event ItemDoubleClicked As ItemClickedEventHandler
[C#]
public event ItemClickedEventHandler ItemDoubleClicked;

Event Data

The event handler receives an argument of type ItemClickedEventArgs containing data related to this event. The following ItemClickedEventArgs properties provide information specific to this event.

PropertyDescription
Item Gets the that has been clicked.
LocationThe Location of the mouse, relative to the control, when the item was clicked.
MouseButtonThe MouseButton used to click the item.

See Also

ListBar Class | NETXP.Controls.Bars Namespace