Class FavoriteBox
- Namespace
- H.Controls.FavoriteBox
- Assembly
- H.Controls.FavoriteBox.dll
public class FavoriteBox : TreeView, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
FavoriteBox
- Implements
- Inherited Members
- Extension Methods
Constructors
FavoriteBox()
public FavoriteBox()
Fields
GroupNameProperty
public static readonly DependencyProperty GroupNameProperty
Field Value
SelectedFavoritePathProperty
public static readonly DependencyProperty SelectedFavoritePathProperty
Field Value
Properties
GroupName
public string GroupName { get; set; }
Property Value
SelectedFavoritePath
public string SelectedFavoritePath { get; set; }
Property Value
Methods
OnSelectedItemChanged(RoutedPropertyChangedEventArgs<object>)
Raises the SelectedItemChanged event when the SelectedItem property value changes.
protected override void OnSelectedItemChanged(RoutedPropertyChangedEventArgs<object> e)
Parameters
e
RoutedPropertyChangedEventArgs<object>Provides the item that was previously selected and the item that is currently selected for the SelectedItemChanged event.