C# 클래스 Framework.ApplicationBar.BindableApplicationBar

Application Bar which allows Menu Items to be databound.
상속: System.Windows.FrameworkElement, IApplicationBar
파일 보기 프로젝트 열기: xepher/uwp-wxbus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonsProperty System.Windows.DependencyProperty
MenuItemsProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
FindRootPage PhoneApplicationPage
GetButton object
GetMenuItem object
OnBindableButtonsChanged void
OnBindableMenuItemsChanged void
OnButtonsCollectionChanged void
OnLoaded void
OnMenuItemsCollectionChanged void
OnStateChanged void

공개 메소드들

메소드 설명
BindableApplicationBar ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

BindableApplicationBar() 공개 메소드

public BindableApplicationBar ( ) : System
리턴 System

프로퍼티 상세

ButtonsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ButtonsProperty
리턴 System.Windows.DependencyProperty

MenuItemsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MenuItemsProperty
리턴 System.Windows.DependencyProperty