Back to Devexpress

NavBarGroupExpandedChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-navbar-d0b800b0.md

latest1.7 KB
Original Source

NavBarGroupExpandedChangingEventArgs Class

Provides data for the ExplorerBarView.GroupExpandedChanging event.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class NavBarGroupExpandedChangingEventArgs :
    NavBarGroupExpandedChangedEventArgs
vb
Public Class NavBarGroupExpandedChangingEventArgs
    Inherits NavBarGroupExpandedChangedEventArgs

NavBarGroupExpandedChangingEventArgs is the data class for the following events:

Remarks

Instances of the NavBarGroupExpandedChangingEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs RoutedEventArgs NavBarGroupExpandedChangedEventArgs NavBarGroupExpandedChangingEventArgs

See Also

NavBarGroupExpandedChangingEventArgs Members

DevExpress.Xpf.NavBar Namespace