C# Class Framework.ApplicationBar.BindableApplicationBar

Application Bar which allows Menu Items to be databound.
Inheritance: System.Windows.FrameworkElement, IApplicationBar
ファイルを表示 Open project: xepher/uwp-wxbus Class Usage Examples

Public Properties

Property Type Description
ButtonsProperty System.Windows.DependencyProperty
MenuItemsProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
FindRootPage PhoneApplicationPage
GetButton object
GetMenuItem object
OnBindableButtonsChanged void
OnBindableMenuItemsChanged void
OnButtonsCollectionChanged void
OnLoaded void
OnMenuItemsCollectionChanged void
OnStateChanged void

Public Methods

Method Description
BindableApplicationBar ( ) : System

Private Methods

Method 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 method

public BindableApplicationBar ( ) : System
return System

Property Details

ButtonsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ButtonsProperty
return System.Windows.DependencyProperty

MenuItemsProperty public_oe static_oe property

public static DependencyProperty,System.Windows MenuItemsProperty
return System.Windows.DependencyProperty