Back to Devexpress

NavBarItemSelectingEventArgs Class

wpf-devexpress-dot-xpf-dot-navbar-361e411b.md

latest1.5 KB
Original Source

NavBarItemSelectingEventArgs Class

Provides data for the NavBarViewBase.ItemSelecting event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class NavBarItemSelectingEventArgs :
    RoutedEventArgs
vb
Public Class NavBarItemSelectingEventArgs
    Inherits RoutedEventArgs

NavBarItemSelectingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs RoutedEventArgs NavBarItemSelectingEventArgs

See Also

NavBarItemSelectingEventArgs Members

DevExpress.Xpf.NavBar Namespace