You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how this got through the API review process (I'm not able to find the related discussion with possible justification), but the naming introduced in #60752 seems odd. The Event suffix in NotFoundEvent isn't commonly used in .NET APIs, and I believe it's considered inappropriate naming.
Proposed API
- public event EventHandler<EventArgs> NotFoundEvent+ public event EventHandler<EventArgs> NotFound- public virtual void NotFound()+ public virtual void NotifyNotFound()