EventFieldInfo Class

Definition

Types in the Microsoft.AspNetCore.Components.RenderTree are not recommended for use outside of the Blazor framework. These types will change in a future release.

public ref class EventFieldInfo
public class EventFieldInfo
type EventFieldInfo = class
Public Class EventFieldInfo
Inheritance
EventFieldInfo

Constructors

EventFieldInfo()

Properties

ComponentId

Identifies the component whose render tree contains the affected form field.

FieldValue

Specifies the form field's new value.

Applies to