Skip to main content

NavBarControl.ActiveGroupChanged Event

Fires when the active group changes.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public event NavBarGroupEventHandler ActiveGroupChanged

Event Data

The ActiveGroupChanged event's data class is NavBarGroupEventArgs. The following properties provide information specific to this event:

Property Description
Group Gets a group for which the event is fired.

Remarks

Write an ActiveGroupChanged event handler to perform specific actions each time the active group changes.

There are two instances when the event fires:

Note

The ActiveGroupChanged event is not supported in ExplorerBar Views.

See Also