We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba1f8f + a8589f7 commit 2964cdcCopy full SHA for 2964cdc
docs/commands/commanding.md
@@ -24,7 +24,7 @@ The Prism `DelegateCommand` class encapsulates two delegates that each reference
24
```cs
25
public class ArticleViewModel
26
{
27
- public DelegateCommand SubmitCommand { get; private set; }
+ public DelegateCommand<object> SubmitCommand { get; private set; }
28
29
public ArticleViewModel()
30
0 commit comments