C# Class X.UI.RichButton.CommandExecuter

Show file Open project: liquidboy/X

Public Properties

Property Type Description
CommandParameterProperty Windows.UI.Xaml.DependencyProperty
CommandProperty Windows.UI.Xaml.DependencyProperty
OnEventProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
CommandPropertyChangedCallback ( DependencyObject depObj, DependencyPropertyChangedEventArgs args ) : void
GetCommand ( DependencyObject obj ) : ICommand
GetCommandParameter ( DependencyObject obj ) : object
GetOnEvent ( DependencyObject obj ) : string
SetCommand ( DependencyObject obj, ICommand value ) : void
SetCommandParameter ( DependencyObject obj, object value ) : void
SetOnEvent ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnRoutedEvent ( object sender, RoutedEventArgs e ) : void

Method Details

CommandPropertyChangedCallback() public static method

public static CommandPropertyChangedCallback ( DependencyObject depObj, DependencyPropertyChangedEventArgs args ) : void
depObj Windows.UI.Xaml.DependencyObject
args Windows.UI.Xaml.DependencyPropertyChangedEventArgs
return void

GetCommand() public static method

public static GetCommand ( DependencyObject obj ) : ICommand
obj Windows.UI.Xaml.DependencyObject
return ICommand

GetCommandParameter() public static method

public static GetCommandParameter ( DependencyObject obj ) : object
obj Windows.UI.Xaml.DependencyObject
return object

GetOnEvent() public static method

public static GetOnEvent ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetCommand() public static method

public static SetCommand ( DependencyObject obj, ICommand value ) : void
obj Windows.UI.Xaml.DependencyObject
value ICommand
return void

SetCommandParameter() public static method

public static SetCommandParameter ( DependencyObject obj, object value ) : void
obj Windows.UI.Xaml.DependencyObject
value object
return void

SetOnEvent() public static method

public static SetOnEvent ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

CommandParameterProperty public static property

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

CommandProperty public static property

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

OnEventProperty public static property

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