C# Class Framework.ApplicationBar.BindableApplicationBarIconButton

Application Bar Icon Button that allows for routing the click to a method on the view model.
Inheritance: Microsoft.Phone.Shell.ApplicationBarIconButton
ファイルを表示 Open project: xepher/uwp-wxbus

Public Methods

Method Description
BindableApplicationBarIconButton ( ) : System

Private Methods

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

Method Details

BindableApplicationBarIconButton() public method

public BindableApplicationBarIconButton ( ) : System
return System