Skip to content

Commit

Permalink
One more note is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick authored Nov 14, 2023
1 parent a2a9d85 commit 4891e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/general/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ var feature = part.Features.GetRequired<IPartEventsFeature>();

Generally, assume that there may be a singleton implementation for the events and verify that the part is the correct part.

> Note: There may be times when the part is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
> [!NOTE]
> There may be times when the part is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
### IPartRootEventsFeature

Expand Down

0 comments on commit 4891e31

Please sign in to comment.