Back to Devexpress

NavPaneExpandedChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-navbar-128d9701.md

latest1.7 KB
Original Source

NavPaneExpandedChangingEventArgs Class

Provides data for the NavigationPaneView.NavPaneExpandedChanging event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class NavPaneExpandedChangingEventArgs :
    NavPaneExpandedChangedEventArgs
vb
Public Class NavPaneExpandedChangingEventArgs
    Inherits NavPaneExpandedChangedEventArgs

NavPaneExpandedChangingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs RoutedEventArgs NavPaneExpandedChangedEventArgs NavPaneExpandedChangingEventArgs

See Also

NavPaneExpandedChangingEventArgs Members

DevExpress.Xpf.NavBar Namespace