1 instantiation of NotFoundEventArgs
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
57
private static readonly NotFoundEventArgs _notFoundEventArgs = new
NotFoundEventArgs
();
4 references to NotFoundEventArgs
Microsoft.AspNetCore.Components (4)
NavigationManager.cs (3)
41
public event EventHandler<
NotFoundEventArgs
> OnNotFound
55
private EventHandler<
NotFoundEventArgs
>? _notFound;
57
private static readonly
NotFoundEventArgs
_notFoundEventArgs = new NotFoundEventArgs();
Routing\NotFoundEventArgs.cs (1)
12
/// Initializes a new instance of <see cref="
NotFoundEventArgs
" />.