Share via


NamedEventChange Struct

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 readonly struct NamedEventChange
type NamedEventChange = struct
Public Structure NamedEventChange
Inheritance
NamedEventChange

Remarks

Constructs an instance of NamedEventChange.

Constructors

NamedEventChange(NamedEventChangeType, Int32, Int32, String, String)

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.

Properties

AssignedName

The application-assigned name.

ChangeType

Describes the type of the change.

ComponentId

The ID of the component holding the named event.

EventType

The event type.

FrameIndex

The index of the NamedEvent frame within the component's current render output.

Applies to