Class NavigationBar
public class NavigationBar : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
NavigationBar
- Implements
- Inherited Members
- Extension Methods
Fields
CurrentPathProperty
public static readonly DependencyProperty CurrentPathProperty
Field Value
Properties
CurrentPath
public string CurrentPath { get; set; }
Property Value
Methods
OnSelectionChanged(SelectionChangedEventArgs)
Responds to a list box selection change by raising a SelectionChanged event.
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
e
SelectionChangedEventArgsProvides data for SelectionChangedEventArgs.