C# Class Caliburn.Micro.BindableAppBar.BindableAppBarMenuItem

Inheritance: System.Windows.Controls.Control, IApplicationBarMenuItem
Show file Open project: kamranayub/CaliburnBindableAppBar Class Usage Examples

Public Properties

Property Type Description
TextProperty System.Windows.DependencyProperty
VisibilityProperty System.Windows.DependencyProperty

Public Methods

Method Description
BindableAppBarMenuItem ( ) : System

Private Methods

Method Description
AppBarMenuItemClick ( object sender, EventArgs e ) : void
OnIsEnabledChanged ( object s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVisibilityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BindableAppBarMenuItem() public method

public BindableAppBarMenuItem ( ) : System
return System

Property Details

TextProperty public static property

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

VisibilityProperty public static property

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