Skip to content

Commit

Permalink
Adds code comment for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Dec 10, 2024
1 parent bb73f52 commit 7dbbd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EffectHost.Reflection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ partial class EffectHost : IVLObject, INotifyPropertyChanged
LoadProperties = typeInfo => LoadProperties(typeInfo, this)
};

// Needs to be a public event - using explicit implementation crashes Observable.FromEventPattern
[Smell(SymbolSmell.Internal)]
public event PropertyChangedEventHandler? PropertyChanged
{
Expand Down

0 comments on commit 7dbbd42

Please sign in to comment.