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