public RelayCommand( Func<object,Task> execute, bool supportsOnUpdate )
Public Function New( _ ByVal execute As Func(Of Object,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.