Method ToMaui
ToMaui(Command)
public static Command ToMaui(this Command command)
Parameters
Returns
Remarks
The returned Command uses
the command
's Execute(object?) and
CanExecute(object?) delegates for execution and
command state evaluation.