12 references to OnValidationRequestedAsync
Microsoft.AspNetCore.Components.Forms (12)
EditContext.cs (10)
48
/// of <see cref="OnValidationRequested"/> or <see cref="
OnValidationRequestedAsync
"/>.
53
/// <see cref="
OnValidationRequestedAsync
"/> instead. This event remains supported for
69
/// of <see cref="OnValidationRequested"/> or <see cref="
OnValidationRequestedAsync
"/>.
248
/// <see cref="
OnValidationRequestedAsync
"/>, or <see cref="OnValidationStateChanged"/>
254
/// Thrown when an <see cref="
OnValidationRequestedAsync
"/> handler does not complete synchronously.
261
if (
OnValidationRequestedAsync
is { } asyncHandler)
289
/// <see cref="
OnValidationRequestedAsync
"/> handlers concurrently. Exceptions from synchronous
312
/// <see cref="
OnValidationRequestedAsync
"/>, or <see cref="OnValidationStateChanged"/>
336
if (
OnValidationRequestedAsync
is { } asyncHandler)
553
/// unhandled exception from any <see cref="
OnValidationRequestedAsync
"/> handler. A subsequent
EditContextDataAnnotationsExtensions.cs (2)
70
_editContext.
OnValidationRequestedAsync
+= OnValidationRequestedAsync;
254
_editContext.
OnValidationRequestedAsync
-= OnValidationRequestedAsync;