C# Class Signal.Views.ItemClickCommand

Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetCommand ( DependencyObject d ) : ICommand
SetCommand ( DependencyObject d, ICommand value ) : void

Private Methods

Méthode Description
OnCommandPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

GetCommand() public static méthode

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

SetCommand() public static méthode

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

Property Details

CommandProperty public_oe static_oe property

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