public RelayCommand( Func<Task> execute, bool supportsOnUpdate )
Public Function New( _ ByVal execute As Func(Of Task), _ Optional ByVal supportsOnUpdate As Boolean _ )
Parameters
- execute
- The method to call.
- supportsOnUpdate
- Is the command automatically called for a state update. Default is true.