Skip to content

Commit

Permalink
Renamed propertyName -> args
Browse files Browse the repository at this point in the history
  • Loading branch information
Skippeh committed Jan 28, 2022
1 parent 7e7b350 commit 6791ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JKMP.Core/Configuration/UI/IConfigMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public PropertyChangedEventArgs(string propertyName, object? value)
}

/// <inheritdoc />
public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs propertyName);
public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs args);

/// <summary>
/// Invoked when a property changes.
Expand Down

0 comments on commit 6791ce2

Please sign in to comment.