EditForm.OnValidSubmit Eigenschaft

Definition

Ein Rückruf, der aufgerufen wird, wenn das Formular übermittelt und EditContext als gültig festgelegt wird.

public:
 property Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Forms::EditContext ^> OnValidSubmit { Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Forms::EditContext ^> get(); void set(Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Forms::EditContext ^> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Forms.EditContext> OnValidSubmit { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnValidSubmit : Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Forms.EditContext> with get, set
Public Property OnValidSubmit As EventCallback(Of EditContext)

Eigenschaftswert

Attribute

Gilt für: