windowsforms-devexpress-dot-xtranavbar-2ad7e7ae.md
Provides data for the NavBarControl.ActiveGroupChanged event.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class NavBarGroupEventArgs :
EventArgs
Public Class NavBarGroupEventArgs
Inherits EventArgs
NavBarGroupEventArgs is the data class for the following events:
A NavBarGroupEventArgs object is automatically created, adjusted and passed to a NavBarControl.ActiveGroupChanged event handler. Its properties allow you to determine the group for which the event is raised.
Object EventArgs NavBarGroupEventArgs NavBarCalcGroupClientHeightEventArgs
See Also