C# Class X.UI.RichButton.CommandExecuter

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
CommandParameterProperty Windows.UI.Xaml.DependencyProperty
CommandProperty Windows.UI.Xaml.DependencyProperty
OnEventProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode 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

Méthode Description
OnRoutedEvent ( object sender, RoutedEventArgs e ) : void

Method Details

CommandPropertyChangedCallback() public static méthode

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

GetCommand() public static méthode

public static GetCommand ( DependencyObject obj ) : ICommand
obj Windows.UI.Xaml.DependencyObject
Résultat ICommand

GetCommandParameter() public static méthode

public static GetCommandParameter ( DependencyObject obj ) : object
obj Windows.UI.Xaml.DependencyObject
Résultat object

GetOnEvent() public static méthode

public static GetOnEvent ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Résultat string

SetCommand() public static méthode

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

SetCommandParameter() public static méthode

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

SetOnEvent() public static méthode

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

Property Details

CommandParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CommandParameterProperty
Résultat Windows.UI.Xaml.DependencyProperty

CommandProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CommandProperty
Résultat Windows.UI.Xaml.DependencyProperty

OnEventProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OnEventProperty
Résultat Windows.UI.Xaml.DependencyProperty