FieldChangedEventArgs.FieldIdentifier Property
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.
Identifies the field whose value has changed.
public:
property Microsoft::AspNetCore::Components::Forms::FieldIdentifier FieldIdentifier { Microsoft::AspNetCore::Components::Forms::FieldIdentifier get(); };
public Microsoft.AspNetCore.Components.Forms.FieldIdentifier FieldIdentifier { get; }
member this.FieldIdentifier : Microsoft.AspNetCore.Components.Forms.FieldIdentifier
Public ReadOnly Property FieldIdentifier As FieldIdentifier