EditContextExtensions

Syntax

public static class EditContextExtensions

Inheritance

Methods

NotifyFieldChanged

public static void NotifyFieldChanged(this EditContext editContext, string field)

Parameters

  • editContext EditContext:
  • field string: The field name that was changed in the process, typically specified using “nameof(YourObject.YourProperty”).

NotifyFieldsChanged

public static void NotifyFieldsChanged(this EditContext editContext, params string[] fields)

Parameters

  • editContext EditContext:
  • fields string[]: An inline list of fields that were changed in the process, typically specified using “nameof(YourObject.YourProperty”).