C# Class Ioespt.UWP.DeviceControl.Helpers.ItemClickCommand

ファイルを表示 Open project: mikehole/internet-of-esp-things

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 d, DependencyPropertyChangedEventArgs e ) : void
OnItemClick ( object sender, ItemClickEventArgs e ) : 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