NamedEventChange(NamedEventChangeType, Int32, Int32, String, String) Constructor
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.
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.