Back to Devexpress

NavBarControl.ActiveGroupChanged Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-b204454d.md

latest2.0 KB
Original Source

NavBarControl.ActiveGroupChanged Event

Fires when the active group changes.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event NavBarGroupEventHandler ActiveGroupChanged
vb
Public Event ActiveGroupChanged As NavBarGroupEventHandler

Event Data

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

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

ActiveGroup

GroupCollapsed

GroupExpanded

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace