C# Class Framework.ApplicationBar.BindableApplicationBarMenuItem

Application Bar Menu Item that allows for routing the click to a method on the view model.
Inheritance: Microsoft.Phone.Shell.ApplicationBarMenuItem
ファイルを表示 Open project: xepher/uwp-wxbus Class Usage Examples

Public Methods

Method Description
BindableApplicationBarMenuItem ( ) : System

Private Methods

Method Description
OnClick ( object sender, EventArgs e ) : void

Method Details

BindableApplicationBarMenuItem() public method

public BindableApplicationBarMenuItem ( ) : System
return System