The event handler receives an argument of type NavBarGroupEventArgs containing data related to this event.
The following
NavBarGroupEventArgs properties provide information specific to this event.
Property |
Description |
Group |
Gets a group for which the event is fired.
|
Write an ActiveGroupChanged event handler to perform specific actions each time the active group changes.
There are two instances when the event fires:
-
A user expands a group by clicking its caption.
-
The ActiveGroup property value is changed via code.