We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727251c commit 9ef5f24Copy full SHA for 9ef5f24
docs/document/Csharp Design Patterns/docs/Behavioural/Observer.md
@@ -19,7 +19,7 @@
19
> Observer is the object to be informed when event occurs, informed by passing event args.
20
> Observable is the object passes the event args when performing something.
21
22
-## By Event
+## Builtin Event
23
24
C# has builtin event support. Use `+=` to subscribe a method.
25
0 commit comments