Skip to main content

NavBarItemSelectingEventArgs Class

Provides data for the NavBarViewBase.ItemSelecting event.

Namespace: DevExpress.Xpf.NavBar

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

#Declaration

public class NavBarItemSelectingEventArgs :
    RoutedEventArgs

#Remarks

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

#Inheritance

Object
EventArgs
RoutedEventArgs
NavBarItemSelectingEventArgs
See Also