We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba1f8f commit a8589f7Copy full SHA for a8589f7
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