1 instantiation of NotFoundEventArgs
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
206_notFound?.Invoke(this, new NotFoundEventArgs());
3 references to NotFoundEventArgs
Microsoft.AspNetCore.Components (3)
NavigationManager.cs (2)
41public event EventHandler<NotFoundEventArgs> OnNotFound 55private EventHandler<NotFoundEventArgs>? _notFound;
Routing\NotFoundEventArgs.cs (1)
12/// Initializes a new instance of <see cref="NotFoundEventArgs" />.