EditContext.NotifyFieldChanged(FieldIdentifier) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signals that the value for the specified field has changed.
public:
void NotifyFieldChanged(Microsoft::AspNetCore::Components::Forms::FieldIdentifier % fieldIdentifier);
public void NotifyFieldChanged (in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier);
member this.NotifyFieldChanged : FieldIdentifier -> unit
Public Sub NotifyFieldChanged (ByRef fieldIdentifier As FieldIdentifier)
Parameters
- fieldIdentifier
- FieldIdentifier
Identifies the field whose value has been changed.