Table of Contents

Class NavigationBar

Namespace
HeBianGu.Control.Explorer
Assembly
HeBianGu.Control.Explorer.dll
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

DependencyProperty

Properties

CurrentPath

public string CurrentPath { get; set; }

Property Value

string

Methods

OnSelectionChanged(SelectionChangedEventArgs)

Responds to a list box selection change by raising a SelectionChanged event.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

e SelectionChangedEventArgs

Provides data for SelectionChangedEventArgs.