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)
41
public event EventHandler<
NotFoundEventArgs
> OnNotFound
55
private EventHandler<
NotFoundEventArgs
>? _notFound;
Routing\NotFoundEventArgs.cs (1)
12
/// Initializes a new instance of <see cref="
NotFoundEventArgs
" />.