Raised when a group has been clicked in the ListBar control.
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.
Property | Description |
---|---|
Group | Gets the that has been clicked. |
Location | The Location of the mouse, relative to the control, when the item was clicked. |
MouseButton | The MouseButton used to click the item. |
ListBar Class | NETXP.Controls.Bars Namespace