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

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 NamedEventChange (Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType changeType, int componentId, int frameIndex, string eventType, string assignedName);
new Microsoft.AspNetCore.Components.RenderTree.NamedEventChange : Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType * int * int * string * string -> Microsoft.AspNetCore.Components.RenderTree.NamedEventChange
Public Sub New (changeType As NamedEventChangeType, componentId As Integer, frameIndex As Integer, eventType As String, assignedName As String)

Parameters

changeType
NamedEventChangeType

The type of the change.

componentId
Int32

The ID of the component holding the named value.

frameIndex
Int32

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

eventType
String

The event type.

assignedName
String

The application-assigned name.

Remarks

Constructs an instance of NamedEventChange.

Applies to