C# Class Caliburn.Micro.BindableAppBar.BindableAppBarButton

Inheritance: System.Windows.Controls.Control, IApplicationBarIconButton
Show file Open project: kamranayub/CaliburnBindableAppBar

Public Properties

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

Public Methods

Method Description
BindableAppBarButton ( ) : System

Private Methods

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

Method Details

BindableAppBarButton() public method

public BindableAppBarButton ( ) : System
return System

Property Details

IconUriProperty public static property

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

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