aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Core
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-02-18 21:06:18 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-02-18 21:06:18 +0200
commit96691cea7e86b1df3f6cd5b3f45ae614e5f09821 (patch)
treebb6eb9c01a8257d072656f2e107eec54e0a10bcd /Software/Visual_Studio/Tango.Core
parent00b7de2653058bd9657217075eae834f6a1a4ec5 (diff)
downloadTango-96691cea7e86b1df3f6cd5b3f45ae614e5f09821.tar.gz
Tango-96691cea7e86b1df3f6cd5b3f45ae614e5f09821.zip
FSE...
Diffstat (limited to 'Software/Visual_Studio/Tango.Core')
-rw-r--r--Software/Visual_Studio/Tango.Core/ExtendedObject.cs2
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>