Method FromDelegateCommand
FromDelegateCommand(DelegateCommandBase)
Declaration
public static CommandWrapper FromDelegateCommand(DelegateCommandBase command)
Parameters
Type | Name | Description |
---|---|---|
DelegateCommandBase | command |
Returns
Type | Description |
---|---|
CommandWrapper |
FromDelegateCommand(DelegateCommandBase, IScheduler)
Declaration
public static CommandWrapper FromDelegateCommand(DelegateCommandBase command, IScheduler scheduler)
Parameters
Type | Name | Description |
---|---|---|
DelegateCommandBase | command | |
IScheduler | scheduler |
Returns
Type | Description |
---|---|
CommandWrapper |