NamedEventChange(NamedEventChangeType, Int32, Int32, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Les types dans Microsoft.AspNetCore.Components.RenderTree ne sont pas recommandés pour une utilisation en dehors de l’infrastructure Blazor. Ces types changeront dans une version ultérieure.
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)
Paramètres
- changeType
- NamedEventChangeType
Type de la modification.
- componentId
- Int32
ID du composant contenant la valeur nommée.
- frameIndex
- Int32
Index de la NamedEvent trame dans la sortie de rendu actuelle du composant.
- eventType
- String
Le type d'événement.
- assignedName
- String
Nom attribué par l’application.
Remarques
Construit un instance de NamedEventChange.