C# Class Framework.ApplicationBar.BindableApplicationBar

Application Bar which allows Menu Items to be databound.
Inheritance: System.Windows.FrameworkElement, IApplicationBar
Afficher le fichier Open project: xepher/uwp-wxbus Class Usage Examples

Méthodes publiques

Свойство Type Description
ButtonsProperty System.Windows.DependencyProperty
MenuItemsProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
FindRootPage PhoneApplicationPage
GetButton object
GetMenuItem object
OnBindableButtonsChanged void
OnBindableMenuItemsChanged void
OnButtonsCollectionChanged void
OnLoaded void
OnMenuItemsCollectionChanged void
OnStateChanged void

Méthodes publiques

Méthode Description
BindableApplicationBar ( ) : System

Private Methods

Méthode Description
FindRootPage ( FrameworkElement control ) : PhoneApplicationPage
GetButton ( BindableApplicationBar bindableApplicationBar, object item ) : object
GetMenuItem ( BindableApplicationBar bindableApplicationBar, object item ) : object
OnBindableButtonsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnBindableMenuItemsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnButtonsCollectionChanged ( object sender, System e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnMenuItemsCollectionChanged ( object sender, System e ) : void
OnStateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void

Method Details

BindableApplicationBar() public méthode

public BindableApplicationBar ( ) : System
Résultat System

Property Details

ButtonsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ButtonsProperty
Résultat System.Windows.DependencyProperty

MenuItemsProperty public_oe static_oe property

public static DependencyProperty,System.Windows MenuItemsProperty
Résultat System.Windows.DependencyProperty