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. |
This event is raised immediately after a group has been expanded either by the end-user or via code. Note that the event serves only as a notification and you cannot cancel the action. This event parameter's NavBarGroupEventArgs.Group property identifies the expanded group.