C# Class OpenSyno.Behaviors.ButtonClickToCommandBehavior

Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Свойство Type Description
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetCommand ( DependencyObject obj ) : ICommand
GetCommandParameter ( DependencyObject obj ) : object
SetCommand ( DependencyObject obj, ICommand value ) : void
SetCommandParameter ( DependencyObject obj, object value ) : void

Private Methods

Méthode Description
CommandCaller ( object sender, RoutedEventArgs e ) : void
CommandPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCommand() public static méthode

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

GetCommandParameter() public static méthode

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

SetCommand() public static méthode

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

SetCommandParameter() public static méthode

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

Property Details

CommandParameterProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommandParameterProperty
Résultat System.Windows.DependencyProperty

CommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommandProperty
Résultat System.Windows.DependencyProperty