Skip to content

Commit 5ad35a5

Browse files
committed
Update GoToCard.cs
1 parent a72fa7c commit 5ad35a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/DevWinUI.Controls/Controls/Native/Card/GoToCard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public string LaunchUri
7777
DependencyProperty.Register(nameof(LaunchUri), typeof(string), typeof(GoToCard), new PropertyMetadata(null));
7878

7979

80-
public EventHandler<RoutedEventArgs> ActionClick;
80+
public event EventHandler<RoutedEventArgs> ActionClick;
8181

8282
public GoToCard()
8383
{

0 commit comments

Comments
 (0)