NetXP 3.0 Reference

ListBar.GroupClicked Event

Raised when a group has been clicked in the ListBar control.

[Visual Basic]
Public Event GroupClicked As GroupClickedEventHandler
[C#]
public event GroupClickedEventHandler GroupClicked;

Event Data

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

PropertyDescription
Group 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