We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72fa7c commit 5ad35a5Copy full SHA for 5ad35a5
1 file changed
dev/DevWinUI.Controls/Controls/Native/Card/GoToCard.cs
@@ -77,7 +77,7 @@ public string LaunchUri
77
DependencyProperty.Register(nameof(LaunchUri), typeof(string), typeof(GoToCard), new PropertyMetadata(null));
78
79
80
- public EventHandler<RoutedEventArgs> ActionClick;
+ public event EventHandler<RoutedEventArgs> ActionClick;
81
82
public GoToCard()
83
{
0 commit comments