C# Class Signal.Views.ItemClickCommand

Datei anzeigen Open project: smndtrl/Signal-UWP

Public Properties

Property Type Description
CommandProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetCommand ( DependencyObject d ) : ICommand
SetCommand ( DependencyObject d, ICommand value ) : void

Private Methods

Method Description
OnCommandPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

GetCommand() public static method

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

SetCommand() public static method

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

Property Details

CommandProperty public_oe static_oe property

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