Skip to content

Commit 2964cdc

Browse files
authored
Merge pull request #133 from romanivasyk/patch-1
Fixed property type
2 parents aba1f8f + a8589f7 commit 2964cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/commanding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Prism `DelegateCommand` class encapsulates two delegates that each reference
2424
```cs
2525
public class ArticleViewModel
2626
{
27-
public DelegateCommand SubmitCommand { get; private set; }
27+
public DelegateCommand<object> SubmitCommand { get; private set; }
2828

2929
public ArticleViewModel()
3030
{

0 commit comments

Comments
 (0)