Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
❔ Listening for object properties changed - C#
C
C#
•
4y ago
•
16 replies
CrosRoad95
❔ Listening for object properties changed
let
's say i have a object
:
class Foo
{
public int Counter {get;set;}
}
class Foo
{
public int Counter {get;set;}
}
i would like to attach an event listener automatically for its all properties so if i do
foo
.Counter
+
+
;
some method will invoked without manually adding code to every property
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ getproperties reset object properties to 0
C
C# / help
3y ago
❔ ✅ How to get true properties from object?
C
C# / help
3y ago
❔ Socket.Connected for listening sockets?
C
C# / help
3y ago