diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-18 21:06:18 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-18 21:06:18 +0200 |
| commit | 96691cea7e86b1df3f6cd5b3f45ae614e5f09821 (patch) | |
| tree | bb6eb9c01a8257d072656f2e107eec54e0a10bcd /Software/Visual_Studio/Tango.Core | |
| parent | 00b7de2653058bd9657217075eae834f6a1a4ec5 (diff) | |
| download | Tango-96691cea7e86b1df3f6cd5b3f45ae614e5f09821.tar.gz Tango-96691cea7e86b1df3f6cd5b3f45ae614e5f09821.zip | |
FSE...
Diffstat (limited to 'Software/Visual_Studio/Tango.Core')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/ExtendedObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs index acead4157..1875dcd2d 100644 --- a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs +++ b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs @@ -69,7 +69,7 @@ namespace Tango.Core /// <param name="propName">Name of the property.</param> protected virtual void RaisePropertyChangedAuto([CallerMemberName] string caller = null) { - PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(caller)); + RaisePropertyChanged(caller); } /// <summary> |
