Raised before the selected group in the ListBar control is changed. Allows the group selection to be cancelled.
The event handler receives an argument of type BeforeGroupChangedEventArgs containing data related to this event. The following BeforeGroupChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets/sets whether the group selection should be cancelled or not. By default the group selection is not cancelled. |
Group | Gets the group that will be selected. |
ListBar Class | NETXP.Controls.Bars Namespace