12 references to OnValidationRequested
Aspire.Dashboard (2)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
49
_editContext.
OnValidationRequested
+= (s, e) => ValidateModel();
Components\Pages\Login.razor.cs (1)
53
EditContext.
OnValidationRequested
+= (s, e) => _messageStore.Clear();
Microsoft.AspNetCore.Components.Forms (8)
EditContext.cs (7)
48
/// of <see cref="
OnValidationRequested
"/> or <see cref="OnValidationRequestedAsync"/>.
69
/// of <see cref="
OnValidationRequested
"/> or <see cref="OnValidationRequestedAsync"/>.
247
/// <see cref="ValidateAsync"/> from inside an <see cref="
OnValidationRequested
"/>,
259
OnValidationRequested
?.Invoke(this, ValidationRequestedEventArgs.Empty);
288
/// <see cref="
OnValidationRequested
"/> handlers, then invokes and awaits the asynchronous
311
/// <see cref="ValidateAsync"/> from inside an <see cref="
OnValidationRequested
"/>,
334
OnValidationRequested
?.Invoke(this, ValidationRequestedEventArgs.Empty);
ValidationRequestedEventArgs.cs (1)
7
/// Provides information about the <see cref="EditContext.
OnValidationRequested
"/> event.
Microsoft.AspNetCore.Components.Web (2)
Forms\Mapping\EditContextFormMappingExtensions.cs (2)
47
_editContext.
OnValidationRequested
+= OnValidationRequested;
88
_editContext.
OnValidationRequested
-= OnValidationRequested;