C# Class Charmed.Helpers.ButtonHelper

Helper class for routing a Button's Clicks to a method on the view model.
Show file Open project: brentedwards/Charmed

Public Properties

Property Type Description
MethodContextProperty Windows.UI.Xaml.DependencyProperty
MethodNameProperty Windows.UI.Xaml.DependencyProperty
ParameterProperty Windows.UI.Xaml.DependencyProperty

Private Methods

Method Description
ButtonHelper ( button button ) : System
PropertyChangedCallback ( ) : System
PropertyMetadata ( ) : System

Property Details

MethodContextProperty public static property

public static DependencyProperty,Windows.UI.Xaml MethodContextProperty
return Windows.UI.Xaml.DependencyProperty

MethodNameProperty public static property

public static DependencyProperty,Windows.UI.Xaml MethodNameProperty
return Windows.UI.Xaml.DependencyProperty

ParameterProperty public static property

public static DependencyProperty,Windows.UI.Xaml ParameterProperty
return Windows.UI.Xaml.DependencyProperty