Back to Devexpress

NavBarGroupEventArgs Class

windowsforms-devexpress-dot-xtranavbar-2ad7e7ae.md

latest2.0 KB
Original Source

NavBarGroupEventArgs Class

Provides data for the NavBarControl.ActiveGroupChanged event.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class NavBarGroupEventArgs :
    EventArgs
vb
Public Class NavBarGroupEventArgs
    Inherits EventArgs

NavBarGroupEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs NavBarGroupEventArgs NavBarCalcGroupClientHeightEventArgs

See Also

NavBarGroupEventArgs Members

ActiveGroupChanged

NavBarGroupEventHandler

DevExpress.XtraNavBar Namespace