Метод | Описание | |
---|---|---|
Add ( IMvxCommand command, string name, string canExecuteName ) : void | ||
MvxCommandCollection ( object owner ) : System.Collections.Generic | ||
this ( string name ) : IMvxCommand |
Метод | Описание | |
---|---|---|
AddToLookup ( IDictionary |
||
AddToLookup ( IMvxCommand>.IDictionary |
||
OnPropertyChanged ( object sender, |
||
RaiseAllCanExecuteChanged ( ) : void | ||
SubscribeToNotifyPropertyChanged ( ) : void |
public Add ( IMvxCommand command, string name, string canExecuteName ) : void | ||
command | IMvxCommand | |
name | string | |
canExecuteName | string | |
Результат | void |
public MvxCommandCollection ( object owner ) : System.Collections.Generic | ||
owner | object | |
Результат | System.Collections.Generic |