DelegateCommand

Undocumented in source.

Constructors

this
this(void delegate() onExecute, TObservable observable)
Undocumented in source.

Members

Functions

canExecute
bool canExecute()
Undocumented in source. Be warned that the author may not have intended to support it.
canExecuteObservable
inout(Observable!bool) canExecuteObservable()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Command

execute
void execute()
Undocumented in source.
canExecute
bool canExecute()
Undocumented in source.
canExecuteObservable
inout(Observable!bool) canExecuteObservable()
Undocumented in source.

Meta